Set defines in *.cpp files.

That way we can keep the old order of includes which seems to be needed for compilation.
This commit is contained in:
Markus Blatt
2017-05-24 12:08:20 +02:00
parent e8d89bcf48
commit 8759c3a89a
5 changed files with 7 additions and 7 deletions

View File

@@ -24,6 +24,8 @@
#include "config.h"
#endif // HAVE_CONFIG_H
// Define making clear that the simulator supports AMG
#define FLOW_SUPPORT_AMG !defined(HAVE_UMFPACK)
#include <dune/grid/CpGrid.hpp>
#include <opm/autodiff/SimulatorFullyImplicitBlackoil.hpp>