Adding support for signed distance from segmented images in parallel

This commit is contained in:
James E McClure
2015-06-03 15:42:40 -04:00
parent f56a4410d9
commit 5c933c15bb

View File

@@ -45,7 +45,7 @@ struct Domain{
double Lx,Ly,Lz,Volume; double Lx,Ly,Lz,Volume;
int rank; int rank;
int BoundaryCondition; int BoundaryCondition;
const RankInfoStruct; const RankInfoStruct rank_info;
MPI_Group Group; // Group of processors associated with this domain MPI_Group Group; // Group of processors associated with this domain
MPI_Comm Comm; // MPI Communicator for this domain MPI_Comm Comm; // MPI Communicator for this domain