fixed little bug in common/Domain,h

This commit is contained in:
James McClure 2014-06-25 20:38:43 -04:00
parent 7b81bc6a44
commit a538fa6a23

View File

@ -23,7 +23,7 @@ struct Domain{
rank = rnk;
nprocx=npx; nprocy=npy; nprocz=npz;
N = Nx*Ny*Nz;
ID = new char [N];
id = new char [N];
Blobs.New(Nx,Ny,Nz);
}