Fixed warnings

This commit is contained in:
babrodtk
2015-09-02 13:02:27 +02:00
parent 009ae54523
commit 5b287e0ea8
17 changed files with 97 additions and 76 deletions

View File

@@ -24,11 +24,13 @@
#include <opm/autodiff/AutoDiffHelpers.hpp>
#include <opm/core/utility/ErrorMacros.hpp>
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#if HAVE_UMFPACK
#include <Eigen/UmfPackSupport>
#else
#include <Eigen/SparseLU>
#endif
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
namespace Opm
{