mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -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
|
// VTK output
|
||||||
if( vtkWriter_ ) {
|
if( vtkWriter_ ) {
|
||||||
vtkWriter_->writeTimeStep( timer, state, wellState );
|
vtkWriter_->writeTimeStep( timer, state, wellState , false );
|
||||||
}
|
}
|
||||||
// Matlab output
|
// Matlab output
|
||||||
if( matlabWriter_ ) {
|
if( matlabWriter_ ) {
|
||||||
matlabWriter_->writeTimeStep( timer, state, wellState );
|
matlabWriter_->writeTimeStep( timer, state, wellState , false );
|
||||||
}
|
}
|
||||||
// ECL output
|
// ECL output
|
||||||
if ( eclWriter_ ) {
|
if ( eclWriter_ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user