mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: correct path in processorPolyPatch dump when faces do not match
This commit is contained in:
@ -634,7 +634,7 @@ bool Foam::processorPolyPatch::order
|
|||||||
fileName str
|
fileName str
|
||||||
(
|
(
|
||||||
boundaryMesh().mesh().time().path()
|
boundaryMesh().mesh().time().path()
|
||||||
/name()/name()+"_faces.obj"
|
/name() + "_faces.obj"
|
||||||
);
|
);
|
||||||
Pout<< "processorPolyPatch::order :"
|
Pout<< "processorPolyPatch::order :"
|
||||||
<< " Writing faces to OBJ file " << str.name() << endl;
|
<< " Writing faces to OBJ file " << str.name() << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user