Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
b513223c
Commit
b513223c
authored
Jun 02, 2010
by
mattijs
Browse files
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
parent
000e10dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C
View file @
b513223c
...
...
@@ -444,7 +444,7 @@ void Foam::vtkPV3Foam::updateFoamMesh()
meshRegion_
,
dbPtr_
().
timeName
(),
dbPtr_
(),
IOobject
::
MUST_READ
IOobject
::
MUST_READ
_IF_MODIFIED
)
);
...
...
src/paraview-plugins/PV3Readers/PV3blockMeshReader/vtkPV3blockMesh/vtkPV3blockMesh.C
View file @
b513223c
...
...
@@ -315,7 +315,7 @@ void Foam::vtkPV3blockMesh::updateFoamMesh()
dbPtr_
().
constant
(),
polyMesh
::
meshSubDir
,
dbPtr_
(),
IOobject
::
MUST_READ
,
IOobject
::
MUST_READ
_IF_MODIFIED
,
IOobject
::
NO_WRITE
,
false
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment