From 7268d25ab2e3bd8752a4e80370c74ac03d34aa71 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Fri, 4 Sep 2015 20:12:37 -0400 Subject: [PATCH] Added double torus test --- tests/TestTorus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestTorus.cpp b/tests/TestTorus.cpp index 3f979981..ef39a49e 100644 --- a/tests/TestTorus.cpp +++ b/tests/TestTorus.cpp @@ -104,7 +104,7 @@ int main(int argc, char **argv) // Assign the phase ID field based and the signed distance //....................................................................... double R1,R2; - double CX,CY,CZ; + double CX,CY,CZ,CY1,CY2; CX=Nx*nprocx*0.5; CY=Ny*nprocy*0.5; CZ=Nz*nprocz*0.5;