Suppress warnings.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-08-10 16:07:45 +02:00
parent 1ead8dd458
commit 8a0010527c
10 changed files with 22 additions and 11 deletions

View File

@@ -29,9 +29,7 @@
// MPI header
#if HAVE_MPI
#include <mpi.h>
#include <dune/common/version.hh>
#include <opm/core/linalg/ParallelIstlInformation.hpp>
#else
#error "This file needs to compiled with MPI support!"