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

@@ -23,9 +23,6 @@
#ifndef OPM_FLOWMAIN_HEADER_INCLUDED
#define OPM_FLOWMAIN_HEADER_INCLUDED
// Define making clear that the simulator supports AMG
#define FLOW_SUPPORT_AMG !defined(HAVE_UMFPACK)
#include <opm/common/utility/platform_dependent/disable_warnings.h>

View File

@@ -23,8 +23,6 @@
#ifndef OPM_FLOW_MAIN_EBOS_HEADER_INCLUDED
#define OPM_FLOW_MAIN_EBOS_HEADER_INCLUDED
// Define making clear that the simulator supports AMG
#define FLOW_SUPPORT_AMG 1
#include <sys/utsname.h>