commented out unfinished routine

This commit is contained in:
James E McClure 2019-01-15 07:23:11 -05:00
parent b4bab6afcd
commit 0f7f575e83

View File

@ -301,7 +301,7 @@ double MorphOpen(DoubleArray &SignDist, char *id, std::shared_ptr<Domain> Dm, do
}
return final_void_fraction;
}
/*
double morph_open()
{
@ -324,7 +324,7 @@ double morph_open()
MPI_Allreduce(&count,&countGlobal,1,MPI_DOUBLE,MPI_SUM,Dm->Comm);
return countGlobal;
}
*/
double MorphGrow(DoubleArray &BoundaryDist, DoubleArray &Dist, Array<char> &id, std::shared_ptr<Domain> Dm, double TargetGrowth){