From c18a6ee15eb2cc521d089f7418776e67b23786f9 Mon Sep 17 00:00:00 2001 From: Andreas Lauser <and@poware.org> Date: Tue, 3 Jan 2012 15:34:41 +0000 Subject: [PATCH] re-add incorrectly removed semicolon it was removed because the SET_STRING_PROP did not require a semicolon after it, which lead to a compiler warning with -pedantic git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7285 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/common/basicproperties.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/common/basicproperties.hh b/dumux/common/basicproperties.hh index 41a94ff763..f28fb6848a 100644 --- a/dumux/common/basicproperties.hh +++ b/dumux/common/basicproperties.hh @@ -108,7 +108,7 @@ SET_PROP(NumericModel, ParameterTree) }; // use the global group as default for the model's parameter group -SET_STRING_PROP(NumericModel, ModelParameterGroup, "") +SET_STRING_PROP(NumericModel, ModelParameterGroup, ""); } // namespace Properties } // namespace Dumux -- GitLab