you wouldn't even talk about wasting it

This commit is contained in:
James E McClure 2018-05-19 13:36:27 -04:00
parent 888a9d6176
commit cd4a11a6a7

View File

@ -31,7 +31,7 @@ int main (int argc, char **argv)
ASSERT(nprocs==1);
}
{
int i,j,k,n;
int i,j,k,n,Np;
bool pBC=true;
double Lx,Ly,Lz;
Lx = Ly = Lz = 1.f;