BUG: correct path in processorPolyPatch dump when faces do not match

This commit is contained in:
laurence
2012-05-16 15:35:25 +01:00
parent 03e4f7cc4a
commit cf89f77c83

View File

@ -634,7 +634,7 @@ bool Foam::processorPolyPatch::order
fileName str
(
boundaryMesh().mesh().time().path()
/name()/name()+"_faces.obj"
/name() + "_faces.obj"
);
Pout<< "processorPolyPatch::order :"
<< " Writing faces to OBJ file " << str.name() << endl;