From 43130208149767171cee2ee67f891cf8aba51a70 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Mon, 22 May 2017 14:45:33 +0100 Subject: [PATCH] Formatting --- src/foam/meshes/polyMesh/polyMesh.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/foam/meshes/polyMesh/polyMesh.C b/src/foam/meshes/polyMesh/polyMesh.C index 054113c87..b53e36c0c 100644 --- a/src/foam/meshes/polyMesh/polyMesh.C +++ b/src/foam/meshes/polyMesh/polyMesh.C @@ -1267,7 +1267,7 @@ void Foam::polyMesh::setOldPoints " const pointField& setPoints\n" ")\n" ) << "setPoints size " << setPoints.size() - << "different from the mesh points size " + << " is different from the mesh points size " << allPoints_.size() << abort(FatalError); }