Salome HOME
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
authoreap <eap@opencascade.com>
Thu, 18 Sep 2008 05:51:19 +0000 (05:51 +0000)
committereap <eap@opencascade.com>
Thu, 18 Sep 2008 05:51:19 +0000 (05:51 +0000)
  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<int>&, bool, const QStringList&, const QStringList&, const QStringList&, const QStringList&, bool, bool)'

src/SMESHGUI/SMESHGUI_Hypotheses.h

index 4d25f86c15d0a4d98db3dc5dadff5aed937ed200..b23b6a8217bb86b43c1c39a5b0128a8b23148ec9 100644 (file)
@@ -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 ),