Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Commits on Source (1)
STYLE: explicit no-read/auto-write for mesh constructor
· fdf0f40d
Mark OLESEN
authored
Jan 07, 2019
- these may be changing upstream (polyMesh constructor), so don't rely on defaults here.
fdf0f40d
Hide whitespace changes
Inline
Side-by-side
applications/utilities/slopeMesh/slopeMesh.C
View file @
fdf0f40d
...
...
@@ -308,7 +308,9 @@ int main(int argc, char *argv[])
(
regionName
,
runTime
.
constant
(),
runTime
runTime
,
IOobject
::
NO_READ
,
IOobject
::
AUTO_WRITE
),
std
::
move
(
points
),
std
::
move
(
faces
),
...
...