Skip to content
Snippets Groups Projects
Commit 4ef053bd authored by lampe's avatar lampe
Browse files

too subtle for comments

[[Imported from SVN: r7905]]
parent 86f25d97
No related branches found
No related tags found
No related merge requests found
......@@ -1652,7 +1652,7 @@ static ELEMENT *EW_GetNextElement_vert_fw_up (ELEMENT *theElement)
GElem_NextInLevel[k] = SUCCE(theElement);
 
/* unflag if non-consecutive PID */
if (ID(theElement) != GElem_LastPID+1)
if (ID(theElement)-GElem_LastPID > 1)
GElem_Consecutive = NO;
 
GElem_LastPID = ID(theElement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment