From: eap Date: Thu, 18 Sep 2008 05:51:19 +0000 (+0000) Subject: [SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D... X-Git-Tag: V4_1_4a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ac0b64544d857e732f85f24bbdf1aa15aa88d420;p=modules%2Fsmesh.git [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)' --- 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 ),