error printing

This commit is contained in:
mattijs
2009-09-11 16:19:12 +01:00
parent d879bea118
commit 693f659e16

View File

@ -774,7 +774,7 @@ void Foam::addPatchCellLayer::setRefinement
", polyTopoChange&)" ", polyTopoChange&)"
) << "boundary-edge-to-be-extruded:" ) << "boundary-edge-to-be-extruded:"
<< pp.points()[meshPoints[e[0]]] << pp.points()[meshPoints[e[0]]]
<< pp.points()[meshPoints[e[0]]] << pp.points()[meshPoints[e[1]]]
<< " has more than two faces using it:" << eFaces << " has more than two faces using it:" << eFaces
<< abort(FatalError); << abort(FatalError);
} }
@ -816,7 +816,7 @@ void Foam::addPatchCellLayer::setRefinement
", polyTopoChange&)" ", polyTopoChange&)"
) << "boundary-edge-to-be-extruded:" ) << "boundary-edge-to-be-extruded:"
<< pp.points()[meshPoints[e[0]]] << pp.points()[meshPoints[e[0]]]
<< pp.points()[meshPoints[e[0]]] << pp.points()[meshPoints[e[1]]]
<< " has more than two boundary faces" << " has more than two boundary faces"
<< " using it:" << " using it:"
<< bFaceI << " fc:" << bFaceI << " fc:"