From cf89f77c83cdeec12aa107c976e36d1383e94bd0 Mon Sep 17 00:00:00 2001 From: laurence <laurence> Date: Wed, 16 May 2012 15:35:25 +0100 Subject: [PATCH] BUG: correct path in processorPolyPatch dump when faces do not match --- .../polyPatches/constraint/processor/processorPolyPatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C index e9faf449711..be7f1cb3fae 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C @@ -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; -- GitLab