Formatting
This commit is contained in:
parent
e43b547977
commit
4313020814
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ void Foam::polyMesh::setOldPoints
|
||||||
" const pointField& setPoints\n"
|
" const pointField& setPoints\n"
|
||||||
")\n"
|
")\n"
|
||||||
) << "setPoints size " << setPoints.size()
|
) << "setPoints size " << setPoints.size()
|
||||||
<< "different from the mesh points size "
|
<< " is different from the mesh points size "
|
||||||
<< allPoints_.size()
|
<< allPoints_.size()
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue