Pass NNC to OutputWriter constructor

Keep up with an interface change in opm-output.
This commit is contained in:
Jørgen Kvalsvik
2016-06-16 13:34:29 +02:00
parent 691969eb86
commit dfac3adaea
6 changed files with 13 additions and 10 deletions

View File

@@ -109,8 +109,7 @@ namespace Opm
adaptiveTimeStepping.reset( new AdaptiveTimeStepping( param_, terminal_output_ ) );
}
// init output writer
output_writer_.writeInit( geo_.nonCartesianConnections() );
output_writer_.writeInit();
std::string restorefilename = param_.getDefault("restorefile", std::string("") );
if( ! restorefilename.empty() )