From 12402058fe7d2555e22febc420f69c009a5592d6 Mon Sep 17 00:00:00 2001 From: James E McClure Date: Sun, 9 Dec 2018 08:10:14 -0500 Subject: [PATCH] fixed bug in MorphOpen --- tests/lbpm_morphopen_pp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lbpm_morphopen_pp.cpp b/tests/lbpm_morphopen_pp.cpp index dafc8960..2fbf2e46 100644 --- a/tests/lbpm_morphopen_pp.cpp +++ b/tests/lbpm_morphopen_pp.cpp @@ -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" )){