Updated common/pmmc.h and associated unit tests

This commit is contained in:
James E McClure
2014-10-23 17:04:48 -04:00
parent 4db486ce7c
commit 334ac058f9

View File

@@ -96,6 +96,11 @@ int main (int argc, char *argv[])
DoubleArray vawn(6);
DoubleArray vawns(3);
for (i=0;i<3;i++){
vawn(i) = 0.0;
vawns(i) = 0.0;
}
int c;
//...........................................................................
int ncubes = (Nx-2)*(Ny-2)*(Nz-2); // Exclude the "upper" halo