consolidate the unit system to opm-parser

since the unit code within opm-parser is now a drop-in replacement,
this simplifies things and make them less error-prone.

unfortunately, this requires quite a few PRs. (most are pretty
trivial, though.)
This commit is contained in:
Andreas Lauser
2016-10-10 17:23:03 +02:00
parent edb57704f9
commit 07707ecc30
27 changed files with 27 additions and 260 deletions

View File

@@ -30,7 +30,7 @@
#include <opm/common/ErrorMacros.hpp>
#include <opm/core/utility/SparseTable.hpp>
#include <opm/core/utility/StopWatch.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/parser/eclipse/Units/Units.hpp>
#include <opm/core/utility/miscUtilities.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>