Added class PolymerProperties with a constructor which takes argument from an eclipse parser.

This commit is contained in:
Xavier Raynaud
2012-02-29 11:27:59 +01:00
parent 25308b750e
commit 123762caa9
2 changed files with 109 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
// #include <opm/core/linalg/LinearSolverIstl.hpp>
#include <opm/polymer/TransportModelPolymer.hpp>
#include <opm/polymer/PolymerProperties.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/scoped_ptr.hpp>