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:
@@ -247,10 +247,10 @@ namespace Opm
|
||||
|
||||
void
|
||||
BlackoilOutputWriter::
|
||||
writeInit(const NNC& nnc)
|
||||
writeInit()
|
||||
{
|
||||
if( eclWriter_ ) {
|
||||
eclWriter_->writeInit( nnc );
|
||||
eclWriter_->writeInit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user