Skip to content
Snippets Groups Projects
Commit 6b3c5e22 authored by mattijs's avatar mattijs
Browse files

minor change

parent 78ec9c1a
Branches
Tags
No related merge requests found
......@@ -343,7 +343,7 @@ bool Foam::movingConeTopoFvMesh::update()
// << endl;
{
OFstream str(thisDb().path()/"meshPoints.obj");
OFstream str(time().timePath()/"meshPoints.obj");
Pout<< "Writing mesh with meshPoints to " << str.name()
<< endl;
......@@ -361,7 +361,7 @@ bool Foam::movingConeTopoFvMesh::update()
}
}
{
OFstream str(thisDb().path()/"preMotionPoints.obj");
OFstream str(time().timePath()/"preMotionPoints.obj");
Pout<< "Writing mesh with preMotionPoints to " << str.name()
<< endl;
......
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