fixed bug in MorphOpen

This commit is contained in:
James E McClure 2018-12-09 08:10:14 -05:00
parent c88ed4cbed
commit 12402058fe

View File

@ -126,7 +126,7 @@ int main(int argc, char **argv)
MPI_Barrier(comm);
// Run the morphological opening
MorphOpen(SignDist, id, Dm, SW, 0.05);
MorphOpen(SignDist, id, Dm, SW);
// calculate distance to non-wetting fluid
if (domain_db->keyExists( "HistoryLabels" )){