mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Pass NNC to OutputWriter constructor
Keep up with an interface change in opm-output.
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user