From ac0b64544d857e732f85f24bbdf1aa15aa88d420 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 18 Sep 2008 05:51:19 +0000 Subject: [PATCH] [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D fix error: default argument missing for parameter 14 of 'HypothesisData::HypothesisData(const QString&, const QString&, const QString&, const QString&, const QString&, const QString&, const QValueList&, bool, const QStringList&, const QStringList&, const QStringList&, const QStringList&, bool, bool)' --- src/SMESHGUI/SMESHGUI_Hypotheses.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_Hypotheses.h b/src/SMESHGUI/SMESHGUI_Hypotheses.h index 4d25f86c1..b23b6a821 100644 --- a/src/SMESHGUI/SMESHGUI_Hypotheses.h +++ b/src/SMESHGUI/SMESHGUI_Hypotheses.h @@ -152,7 +152,7 @@ class HypothesisData const QStringList& theInputTypes, const QStringList& theOutputTypes, const bool theIsNeedGeometry = true, - const bool theSupportSub) + const bool theSupportSub = false) : TypeName( theTypeName ), PluginName( thePluginName ), ServerLibName( theServerLibName ), -- 2.39.2