updated lb2_Blob_wia_mpi

This commit is contained in:
James E McClure
2014-06-25 15:58:20 -04:00
parent 38031e6ceb
commit 32d0bc3a12

View File

@@ -24,7 +24,7 @@ using namespace std;
struct BlobInfo{ struct BlobInfo{
void BlobInfo(int Nx, int Ny,int Nz){ BlobInfo(int Nx, int Ny,int Nz){
ID.New(Nx,Ny,Nz); ID.New(Nx,Ny,Nz);
} }
IntArray ID; IntArray ID;