clean up the determination of the directory for output

this should be done by the vanguard, not by the problem!
This commit is contained in:
Andreas Lauser 2018-03-12 15:17:07 +01:00
parent 2031f8c438
commit e2241beef5

View File

@ -112,7 +112,7 @@ void test_summary()
{
typedef typename TTAG(TestEclOutputTypeTag) TypeTag;
const std::string filename = "data/SUMMARY_DECK_NON_CONSTANT_POROSITY.DATA";
const std::string casename = "data/SUMMARY_DECK_NON_CONSTANT_POROSITY";
const std::string casename = "SUMMARY_DECK_NON_CONSTANT_POROSITY";
auto simulator = initSimulator<TypeTag>(filename.data());
typedef typename GET_PROP_TYPE(TypeTag, Vanguard) Vanguard;