added return value to TestTriNormal
This commit is contained in:
parent
a46f056004
commit
868a1520a5
@ -88,6 +88,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (count_minus > 0 && count_plus>0) toReturn=1;
|
if (count_minus > 0 && count_plus>0) toReturn=1;
|
||||||
|
else printf("Succeeded. \n");
|
||||||
}
|
}
|
||||||
MPI_Barrier(comm);
|
MPI_Barrier(comm);
|
||||||
MPI_Finalize();
|
MPI_Finalize();
|
||||||
|
Loading…
Reference in New Issue
Block a user