Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
72eb5503
Commit
72eb5503
authored
Jan 08, 2019
by
Mark Olesen
Browse files
BUG: had readOpt() instead of writeOpt() in polyTopoChange.C (
#1147
)
parent
000239a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
View file @
72eb5503
...
...
@@ -3311,7 +3311,7 @@ Foam::autoPtr<Foam::mapPolyMesh> Foam::polyTopoChange::makeMesh
IOobject
noReadIO
(
io
);
noReadIO
.
readOpt
()
=
IOobject
::
NO_READ
;
noReadIO
.
read
Opt
()
=
IOobject
::
AUTO_WRITE
;
noReadIO
.
write
Opt
()
=
IOobject
::
AUTO_WRITE
;
newMeshPtr
.
reset
(
new
fvMesh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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