mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
UIndirectList
This commit is contained in:
@ -306,7 +306,7 @@ label findEdge
|
||||
|
||||
FatalErrorIn("findEdge") << "Cannot find edge with labels " << v0
|
||||
<< ' ' << v1 << " in candidates " << edgeLabels
|
||||
<< " with vertices:" << IndirectList<edge>(surf.edges(), edgeLabels)()
|
||||
<< " with vertices:" << UIndirectList<edge>(surf.edges(), edgeLabels)()
|
||||
<< abort(FatalError);
|
||||
|
||||
return -1;
|
||||
@ -346,7 +346,7 @@ label otherEdge
|
||||
FatalErrorIn("otherEdge") << "Cannot find other edge on face " << faceI
|
||||
<< " verts:" << surf.localPoints()[faceI]
|
||||
<< " connected to point " << pointI
|
||||
<< " faceEdges:" << IndirectList<edge>(surf.edges(), fEdges)()
|
||||
<< " faceEdges:" << UIndirectList<edge>(surf.edges(), fEdges)()
|
||||
<< abort(FatalError);
|
||||
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user