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;
|
// << 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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user