added return value to TestTriNormal

This commit is contained in:
James E McClure 2018-09-13 23:03:55 -04:00
parent a46f056004
commit 868a1520a5

View File

@ -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();