minor change

This commit is contained in:
mattijs
2009-03-24 13:42:30 +00:00
parent 78ec9c1a8d
commit 6b3c5e22e2

View File

@ -343,7 +343,7 @@ bool Foam::movingConeTopoFvMesh::update()
// << endl; // << endl;
{ {
OFstream str(thisDb().path()/"meshPoints.obj"); OFstream str(time().timePath()/"meshPoints.obj");
Pout<< "Writing mesh with meshPoints to " << str.name() Pout<< "Writing mesh with meshPoints to " << str.name()
<< endl; << 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() Pout<< "Writing mesh with preMotionPoints to " << str.name()
<< endl; << endl;