Skip to content
GitLab
Menu
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
fb77787b
Commit
fb77787b
authored
May 23, 2012
by
mattijs
Browse files
BUG: removeFiles: remove correct files
parent
89bcfe04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/polyMesh/polyMesh.C
View file @
fb77787b
...
...
@@ -1217,7 +1217,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
=
thisDb
().
path
()
/
instanceDir
/
meshDir
();
fileName
meshFilesPath
=
thisDb
().
time
().
path
()
/
instanceDir
/
meshDir
();
rm
(
meshFilesPath
/
"points"
);
rm
(
meshFilesPath
/
"faces"
);
...
...
Write
Preview
Supports
Markdown
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