Updated path to warning suppression header.

This commit is contained in:
Joakim Hove
2015-10-06 12:11:49 +02:00
parent 68caa026d9
commit 76f674b16b
17 changed files with 34 additions and 34 deletions

View File

@@ -25,7 +25,7 @@
#error This header must be included before any bcrsmatrix.hh is included (directly or indirectly)
#endif
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <Eigen/Eigen>
#include <Eigen/Sparse>
@@ -42,7 +42,7 @@
#undef private
#endif
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
namespace Opm
{