mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor change
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user