]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Merge master branch into V9_dev.
authorrnv <rnv@opencascade.com>
Tue, 26 Dec 2017 11:38:55 +0000 (14:38 +0300)
committerrnv <rnv@opencascade.com>
Tue, 26 Dec 2017 11:38:55 +0000 (14:38 +0300)
1  2 
doc/dev/sphinx/medcalc-develguide.rst
doc/dev/sphinx/medcalc-userguide-gui.rst
doc/tut/medcoupling/testpil.py
doc/tut/medloader/explore.py
src/MEDCalc/gui/DatasourceController.cxx
src/MEDCalc/gui/MEDWidgetHelper.hxx
src/MEDCalc/gui/ProcessingController.cxx
src/MEDCalc/gui/WorkspaceController.cxx
src/MEDCalc/tui/medcorba.py
src/MEDCalc/tui/medevents.py
src/MEDCouplingCorba_Swig/MEDCouplingCorbaSwigTest.py

Simple merge
Simple merge
Simple merge
Simple merge
index ca111db6c960bbe804201bbb55c21bd6886fdd0d,599d977399caca1697ba8fb06ab79c0487a4e154..bb7321ce234d39e4175b98a652a83b3a9c465847
@@@ -82,7 -82,10 +82,7 @@@ ProcessingController::createActions(
  void
  ProcessingController::OnChangeUnderlyingMesh()
  {
-   // Get the selected objects in the study (SObject). In cas of a
 -  // We need a studyEditor updated on the active study
 -  _studyEditor->updateActiveStudy();
 -
+   // Get the selected objects in the study (SObject). In case of a
    // multiple selection, we consider only the first item. At least one
    // item must be selected.
    SALOME_StudyEditor::SObjectList* listOfSObject = _studyEditor->getSelectedObjects();
index 1c05b4de4ecd8d977f9baf890b2e183694e0e500,8fdae6982ed74845ad5597f7dfed7d22ec2a64e5..fa828c6acfcd118dda73beab3a6243d5d2fb5eaa
@@@ -45,8 -45,8 +45,8 @@@ import MEDCALC   # corbaModul
  med_engine = salome.lcc.FindOrLoadComponent(containerType,medComponentName)
  factory = salome.lcc.FindOrLoadComponent(containerType,factoryComponentName)
  # The factory is not the main CORBA component of the SALOME module MED
 -# (i.e. the engine associated to the active study), but the CORBA
 +# (i.e. the engine associated to the study), but the CORBA
  # entry point for MED fields operations (i.e. a CORBA component
- # reachable throught the LifeCycleCORBA). This entry point is used to
+ # reachable through the LifeCycleCORBA). This entry point is used to
  # get the other SALOME CORBA components required for MED field
  # operations, in particular the dataManager and the calculator
index 1d41ff7cf8a283e8ac9e1d457a65431c8b6e4ea1,276c65a37b957f3350d5f3e22c03d2524a859f6b..c9a64455774bb886226b7b01a06488abb6082d06
@@@ -36,10 -36,10 +36,10 @@@ def connectEventListener()
    try:
      eventListenerIOR = dataManager.getEventListenerIOR()
      __eventListener = salome.orb.string_to_object(eventListenerIOR)
 -  except SALOME.SALOME_Exception, e:
 +  except SALOME.SALOME_Exception as e:
      medcalc.wrn("The event listener is not running yet")
      msg ="When you'll have loaded the MED GUI, "
-     msg+="call explicitely \"medcalc.medevents.connectEventListener()\" "
+     msg+="call explicitly \"medcalc.medevents.connectEventListener()\" "
      msg+="to connect the GUI event listener"
      medcalc.inf(msg)
      __eventListener = None