From ad259be66e231ebca99aa699a39bc9333af06196 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Thu, 13 Sep 2018 23:00:51 -0400 Subject: [PATCH] added return value to TestTriNormal --- tests/TestTriNormal.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/TestTriNormal.cpp b/tests/TestTriNormal.cpp index 63b7afc6..714763dc 100644 --- a/tests/TestTriNormal.cpp +++ b/tests/TestTriNormal.cpp @@ -64,6 +64,7 @@ int main(int argc, char **argv) double a1,a2,a3; double Vx,Vy,Vz,Wx,Wy,Wz,nx,ny,nz,norm; double isovalue = 0.f; + int count_plus=0; int count_minus=0; for (int k=1; k 0 && count_plus>0) toReturn=1; } MPI_Barrier(comm); MPI_Finalize();