Skip to content
Snippets Groups Projects
Commit 803556d7 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: initialised edge values to avoid compiler warning msg

parent f88d85ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment