From c88e56aea6657d03a20b9bbcabcf6bc6cba5fc90 Mon Sep 17 00:00:00 2001 From: Martin Beck <martin.beck@iws.uni-stuttgart.de> Date: Mon, 10 Nov 2014 08:21:36 +0000 Subject: [PATCH] [el1p2c] Replaced the declaration Scalar withStabilization_ by bool withStabilization_ to get rid of the floating point comparison warning. (reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13651 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/geomechanics/el1p2c/el1p2clocalresidual.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/geomechanics/el1p2c/el1p2clocalresidual.hh b/dumux/geomechanics/el1p2c/el1p2clocalresidual.hh index 7b7bdd0c18..4e0fdb0a2a 100644 --- a/dumux/geomechanics/el1p2c/el1p2clocalresidual.hh +++ b/dumux/geomechanics/el1p2c/el1p2clocalresidual.hh @@ -379,7 +379,7 @@ namespace Dumux private: Scalar upwindWeight_; - Scalar withStabilization_; + bool withStabilization_; }; } -- GitLab