Formatting

This commit is contained in:
Hrvoje Jasak 2017-05-22 14:45:33 +01:00
parent e43b547977
commit 4313020814

View file

@ -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);
}