Added MorphGrow

This commit is contained in:
James E McClure
2018-12-05 12:20:00 -05:00
parent 127a98c84d
commit 8595ced0a8

View File

@@ -359,7 +359,6 @@ double MorphGrow(DoubleArray &BoundaryDist, DoubleArray &Dist, Array<char> &id,
}
count=sumReduce( Dm->Comm, count);
return Count;
return count;
}