Skip to content

Commit 81600e9

Browse files
cleanup created a bug
1 parent 0fa8f87 commit 81600e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matchedNodeElmReader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int findRegionTag2Face(gmi_model* model, int* cAll, int nverts) {
9292
int ifound=0;
9393
while (inc<nverts && ifound==0) {
9494
if(cOrdered[inc] < 2000000) {
95-
return 0 // there were not two distinct faces in the provided list
95+
return 0; // there were not two distinct faces in the provided list
9696
} else if ( cOrdered[inc]==cOrdered[0]) { // same as max...keep looking
9797
inc++;
9898
} else {

0 commit comments

Comments
 (0)