fixed: tutorials should include config.h conditionally

This commit is contained in:
Arne Morten Kvarving
2014-06-23 09:53:52 +02:00
parent 076f9b1ae9
commit e137eb3d16
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -28,7 +28,9 @@
/// We solve the flow equations for a Cartesian grid and we set the source term
/// \f$q\f$ be zero except at the left-lower and right-upper corner, where it is equal
/// with opposite sign (inflow equal to outflow).
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <opm/core/grid.h>
#include <opm/core/grid/GridManager.hpp>