mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 18:20:22 -06:00
Added new 'false' argument to writeTimeStep()
This commit is contained in:
parent
077f3d8ea7
commit
6a841cfa83
@ -241,11 +241,11 @@ namespace Opm
|
||||
{
|
||||
// VTK output
|
||||
if( vtkWriter_ ) {
|
||||
vtkWriter_->writeTimeStep( timer, state, wellState );
|
||||
vtkWriter_->writeTimeStep( timer, state, wellState , false );
|
||||
}
|
||||
// Matlab output
|
||||
if( matlabWriter_ ) {
|
||||
matlabWriter_->writeTimeStep( timer, state, wellState );
|
||||
matlabWriter_->writeTimeStep( timer, state, wellState , false );
|
||||
}
|
||||
// ECL output
|
||||
if ( eclWriter_ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user