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

@@ -247,10 +247,10 @@ namespace Opm
void
BlackoilOutputWriter::
writeInit(const NNC& nnc)
writeInit()
{
if( eclWriter_ ) {
eclWriter_->writeInit( nnc );
eclWriter_->writeInit();
}
}