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

@@ -28,11 +28,13 @@
#include <opm/core/utility/StopWatch.hpp>
#include <opm/core/pressure/tpfa/trans_tpfa.h>
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#if HAVE_SUITESPARSE_UMFPACK_H
#include <Eigen/UmfPackSupport>
#else
#include <Eigen/IterativeLinearSolvers>
#endif
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <iostream>
#include <cstdlib>