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 66f0b71fc1
commit 144318b567
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#include <opm/parser/eclipse/Parser/Parser.hpp>
#include <opm/parser/eclipse/Parser/ParseContext.hpp>
#include <opm/core/simulator/SimulatorTimer.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/parser/eclipse/Units/Units.hpp>
#include <string>
#include <iostream>