mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: initialised edge values to avoid compiler warning msg
This commit is contained in:
@ -884,7 +884,7 @@ void starMesh::createCoupleMatches()
|
||||
<< "newSlaveEdges: " << newSlaveEdges << endl;
|
||||
# endif
|
||||
|
||||
edge startEdge;
|
||||
edge startEdge(-1, -1);
|
||||
|
||||
// Remember where the start edge was found:
|
||||
// 0 for not found
|
||||
|
||||
Reference in New Issue
Block a user