From 89353b8159c74b5d0949e5c59d9438ec75fc933b Mon Sep 17 00:00:00 2001 From: James E McClure Date: Thu, 4 Jun 2015 08:15:34 -0400 Subject: [PATCH] Debugging unit test TestSegDist --- tests/TestSegDist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestSegDist.cpp b/tests/TestSegDist.cpp index ce3b883d..68bece76 100644 --- a/tests/TestSegDist.cpp +++ b/tests/TestSegDist.cpp @@ -47,6 +47,7 @@ int main(int argc, char **argv) Dm.CommInit(MPI_COMM_WORLD); nx+=2; ny+=2; nz+=2; + N = nx*ny*nz; int count = 0; char *id;