Skip to content
Snippets Groups Projects
Commit 5640ed63 authored by mattijs's avatar mattijs
Browse files

writing

parent 99e9ffa4
Branches
Tags
No related merge requests found
......@@ -2188,6 +2188,9 @@ bool Foam::distributedTriSurfaceMesh::writeObject
IOstream::compressionType cmp
) const
{
// Make sure dictionary goes to same directory as surface
const_cast<fileName&>(dict_.instance()) = searchableSurface::instance();
return
triSurfaceMesh::writeObject(fmt, ver, cmp)
&& dict_.writeObject(fmt, ver, cmp);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment