WIP - further code to output IGPH vector

This commit is contained in:
Jostein Alvestad
2019-07-29 14:26:19 +02:00
parent 0fb287b789
commit 9eda0ee1b8
5 changed files with 68 additions and 17 deletions

View File

@@ -509,8 +509,8 @@ BOOST_AUTO_TEST_CASE (Constructor)
const auto udqDims = Opm::RestartIO::Helpers::createUdqDims(sched, rptStep, ih);
auto udqData = Opm::RestartIO::Helpers::AggregateUDQData(udqDims);
Opm::RestartIO::Helpers::iUADData iuad_test;
iuad_test.noIUADs(sched, rptStep);
udqData.captureDeclaredUDQData(sched, rptStep);
iuad_test.iuad(sched, rptStep);
udqData.captureDeclaredUDQData(sched, rptStep, ih);
rstFile.write("IUDQ", udqData.getIUDQ());
rstFile.write("IUAD", udqData.getIUAD());