Salome HOME
Merge branch 'V7_dev'
[modules/med.git] / src / MEDCalc / gui / dialogs / DlgInterpolateField.cxx
index f8f647199ed0fac90b937ffb37224d7c12393332..677db864d14d68e82f71e156f02071aadc336bcb 100644 (file)
@@ -50,7 +50,7 @@ DlgInterpolateField::DlgInterpolateField(SALOME_AppStudyEditor * studyEditor,
   this->ui.comboBoxMethod->addItems(methods);
 
   QStringList natures;
-  natures << "NoNature" << "ConservativeVolumic" << "Integral" << "IntegralGlobConstraint" << "RevIntegral";
+  natures << "NoNature" << "IntensiveMaximum" << "ExtensiveMaximum" << "ExtensiveConservation" << "IntensiveConservation";
   this->ui.comboBoxNature->addItems(natures);
 
   connect(this->ui.btnSelectMesh, SIGNAL(clicked()), this, SLOT(OnSelectMesh()));