mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
error printing
This commit is contained in:
@ -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:"
|
||||||
|
|||||||
Reference in New Issue
Block a user