[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<int>&, bool, const QStringList&, const QStringList&, const QStringList&, const QStringList&, bool, bool)'
This commit is contained in:
eap 2008-09-18 05:51:19 +00:00
parent 40dfc6372c
commit ac0b64544d

View 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 ),