diff --git a/Meshes/single_drop_coverslip.geo b/Meshes/single_drop_coverslip.geo
index 6b31aca8b18c7c9c2e17d04c5419faca19046c79..7c12a5c44ff811b67d880056aecb37b707e3a298 100644
--- a/Meshes/single_drop_coverslip.geo
+++ b/Meshes/single_drop_coverslip.geo
@@ -5,7 +5,7 @@ Physical Surface("surfacedomain") = {1};
 Physical Volume("volumedomain") = {1};
 
 Field[3] = MathEval;
-Field[3].F = ".25 - (.25-0.01)*exp(-(1./0.025) *((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-0.5)*(z-0.5))-0.25))*((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-0.5)*(z-0.5))-0.25)))";
+Field[3].F = ".25 - .24*exp(-(1./0.25) *((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-0.25)*(z-0.25))-0.25))*((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-0.25)*(z-0.25))-0.25)))";
 
 Field[8] = Min;
 Field[8].FieldsList = {3};
diff --git a/Meshes/single_drop_symmetric.geo b/Meshes/single_drop_symmetric.geo
index 89f44a38ff4785173ece576b56d53ef626184fc4..b0ef44182210cfa4e6207180b9f629da115f5ca5 100644
--- a/Meshes/single_drop_symmetric.geo
+++ b/Meshes/single_drop_symmetric.geo
@@ -5,7 +5,7 @@ Physical Surface("surfacedomain") = {1};
 Physical Volume("volumedomain") = {1};
 
 Field[3] = MathEval;
-Field[3].F = ".25 - (.25-0.01)*exp(-(1./0.025) *((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-4)*(z-4))-0.25))*((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-4)*(z-4))-0.25)))";
+Field[3].F = ".25 - .24*exp(-(1./0.25) *((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-4)*(z-4))-0.25))*((sqrt((x-4)*(x-4)+(y-4)*(y-4)+(z-4)*(z-4))-0.25)))";
 
 Field[8] = Min;
 Field[8].FieldsList = {3};