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
Development
openfoam
Commits
281591b7
Commit
281591b7
authored
Jul 30, 2008
by
Mattijs Janssens
Browse files
non-default region handling
parent
5d715694
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMesh.C
View file @
281591b7
...
...
@@ -1072,7 +1072,7 @@ const Foam::globalMeshData& Foam::polyMesh::globalData() const
// Remove all files and some subdirs (eg, sets)
void
Foam
::
polyMesh
::
removeFiles
(
const
fileName
&
instanceDir
)
const
{
fileName
meshFilesPath
=
db
().
path
()
/
instanceDir
/
mesh
Sub
Dir
;
fileName
meshFilesPath
=
db
().
path
()
/
instanceDir
/
meshDir
()
;
rm
(
meshFilesPath
/
"points"
);
rm
(
meshFilesPath
/
"faces"
);
...
...
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