]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Patch modules/med.git for Doxygen typos/grammar + misc. typos
authoreap <eap@opencascade.com>
Mon, 6 Mar 2017 11:53:04 +0000 (14:53 +0300)
committereap <eap@opencascade.com>
Mon, 6 Mar 2017 11:53:04 +0000 (14:53 +0300)
http://www.salome-platform.org/forum/forum_10/228148167

21 files changed:
adm_local/unix/config_files/med_check_sizeof_medint.m4
doc/dev/sphinx/medcalc-userguide-api.rst
doc/tut/medcoupling/pyfunctions/functions.py
doc/tut/medcoupling/testpil.py
doc/tut/medloader/manage.py
idl/MEDDataManager.idl
src/MEDCalc/cmp/MEDDataManager_i.cxx
src/MEDCalc/cmp/MEDPresentation.cxx
src/MEDCalc/cmp/test_medcalc_components.py
src/MEDCalc/gui/dialogs/WidgetPresentationParameters.cxx
src/MEDCalc/tui/medconsole.py
src/MEDCalc/tui/medevents.py
src/MEDCalc/tui/medimages.py
src/MEDCalc/tui/medpresentation.py
src/MEDCalc/tui/medprocessing.py
src/MEDCalculator/MEDCalculatorBrowserMesh.cxx
src/MEDCalculator/MEDCalculatorBrowserStep.cxx
src/MEDCalculator/MEDCalculatorDBField.cxx
src/MEDCalculator/Swig/SPythonParser.cxx
src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx
src/MEDGUI/MEDGUIFileContentDial.h

index d49d3f804f4f215cf605401cf5de94c007684967..24d3dd6ff9812b2448fc2b559e9dce2e3c649e5c 100644 (file)
@@ -30,7 +30,7 @@ AC_DEFUN([MED_CHECK_SIZEOF_MEDINT], [
      test "x$ac_cv_sizeof_int" = "x4" || AC_MSG_ERROR([Size of C type int expected to be four bytes])
      DEFINED_F77INT64=""
   else
-     AC_MSG_ERROR([Size of Fortran type integer is neither four nor eigth bytes])
+     AC_MSG_ERROR([Size of Fortran type integer is neither four nor eight bytes])
   fi
   AC_SUBST(DEFINED_F77INT64)
 ])
\ No newline at end of file
index 96df825049f5a435ada75c46d6d57aa35c72c524..9914f26b96f9b61717ab1cb704d1daeec1595f97 100644 (file)
@@ -44,7 +44,7 @@ install only the MEDMEM library from the source files embedded in the
 SALOME MED module. Keep in mind that the MEDMEM library is designed to
 be a self-consistent library with very few third party softwares (only
 med-file, glibc and mpi typically). In particular, it is strictly
-independant from the SALOME framework even if it distributed with
+independent from the SALOME framework even if it distributed with
 SALOME for convenience reasons.
 
 Components of the MEDMEM library
@@ -292,7 +292,7 @@ does not provide such data structures.
 We suggest to work with a simple list concept to store the metadata
 for each mesh entry and each field entry. Note that a mesh entry is
 characterized by the mesh name only, while a field entry is
-charaterized by the following attributes:
+characterized by the following attributes:
 
 * :tt:`fieldName`: the name of the field
 * :tt:`meshName`: the name of the mesh that supports the field
@@ -300,7 +300,7 @@ charaterized by the following attributes:
 * :tt:`iteration`: a couple of integers :tt:`(iter,order)` that
   characterizes the step in a serie (timeseries or spectrum).
 
-By default, we suggest to work with a simple map concept (dictionnary in a
+By default, we suggest to work with a simple map concept (dictionary in a
 python context, map in a C++ context) to register the meshes and
 fields loaded from the med file for each metadata entry.
 
@@ -309,7 +309,7 @@ you may dispatch the data in a tree structure that fit your specific
 case, for performance reasons. For example, the following code
 illustrates how to dispatch the metadata in a tree data structure
 where leaves are the physical data (field objects). We first have to
-define a tree structure (basic definition in htis simple case, but it
+define a tree structure (basic definition in this simple case, but it
 works fine):
 
 .. include:: ../../tut/medloader/manage.py
index 2dec17d0937a3df7ec8a0bd27e0ba373cf8a8fb6..2ecb5c95ad68f9621ca797a8ec230fd6a6999ede 100755 (executable)
@@ -104,7 +104,7 @@ class FuncStiffExp(Function):
 
 class FuncCosinus(Function):
     def __init__(self,nbPeriods):
-        # The pulsation w must be choosen so that w*xmax=n*2pi where
+        # The pulsation w must be chosen so that w*xmax=n*2pi where
         # xmax=1 and n is an integer that corresponds to the number of
         # oscilations on the xrange [0,xmax].
         w=nbPeriods*2*pi
index 9a34bed7772776354b6e7998d92776eef5425db0..0f8ef702ef97867b69606a4291fd76390259c45d 100755 (executable)
@@ -63,7 +63,7 @@ import MEDLoader as ML
 def createMesh(meshname, sizeX, sizeY):
     """
     Creating a cartesian mesh with a grid of the size of the image.
-    sizeX and sizeY should be respectively the width and heigth of the
+    sizeX and sizeY should be respectively the width and height of the
     image.
     """
     # >>>
@@ -131,7 +131,7 @@ def image2med():
     img=Image.open("images/avatar.png")
     #img=Image.open("images/irm.png")
     imgbw=ImageOps.grayscale(img)
-    # We keep only the grayscale. Maybe, it could be usefull to get
+    # We keep only the grayscale. Maybe, it could be useful to get
     # the RGB scales each on one component of the field.
     
     width,height=imgbw.size
index 168d6b9fb67c238cff48206f5db692f69973dd35..cabbb820c3fb6ea19d67f7bab89f7107d68129e0 100644 (file)
@@ -72,7 +72,7 @@ for meshName in meshNames:
 # MEDCoupling field? Or a tree that you cross using attribute and
 # whose leaves are the MEDCoupling fields?
 # R: I think that the default structure should be a simple list that
-# store objects whith properties that corresponds to the metadata (and
+# store objects with properties that corresponds to the metadata (and
 # if loaded the MEDCouplingField or Mesh). Then for specific request,
 # a BTree could be create to organize the search (for example if we
 # request all the fields for a given iteration step, then we should
index b1e80d3db21d8985844b2ec07b385caa06e46a53..8d88928483024e6245e2679deaac865d43e89bf9 100644 (file)
@@ -84,7 +84,7 @@ module MEDCALC
   };
   typedef sequence<FieldseriesHandler> FieldseriesHandlerList;
 
-  // The FieldHandler structure is a lightweigth data structure that
+  // The FieldHandler structure is a lightweight data structure that
   // represents a single field (as understood in MEDCoupling model).
   struct FieldHandler {
     long   id;
@@ -135,7 +135,7 @@ module MEDCALC
 
     FieldHandler     getFieldHandler(in long fieldHandlerId);
     FieldHandlerList getFieldHandlerList();
-    // __GBO__ Maybe it could be usefull to define a getFieldHandlerList with a datasourceId in argument
+    // __GBO__ Maybe it could be useful to define a getFieldHandlerList with a datasourceId in argument
     string           getFieldRepresentation(in long fieldHandlerId);
 
     // Persistency management
index 6a703eabb8e7aa9f80e54ad51e44ef388862b1aa..a3f9371751e156ff7a7987818b1e03b97267daca 100644 (file)
@@ -452,7 +452,7 @@ void MEDDataManager_i::saveFields(const char * filepath,
  * function savePersistentFields is called.
  */
 void MEDDataManager_i::markAsPersistent(CORBA::Long fieldHandlerId, bool persistent) {
-  LOG("mark as persistant : id="<<fieldHandlerId);
+  LOG("mark as persistent : id="<<fieldHandlerId);
   _fieldPersistencyMap[fieldHandlerId] = persistent;
 }
 
index 84b74bc672eea5cb9fd6fd16fb92bf5e11cec4ba..5c2ac3b9caa28864e0ab6e52e7ee867121add6fd 100644 (file)
@@ -91,7 +91,7 @@ MEDPresentation::initFieldMeshInfos()
   _fieldName = fieldHandler->fieldname;
   _mcFieldType = (MEDCoupling::TypeOfField) fieldHandler->type;
   _pvFieldType = getPVFieldTypeString(_mcFieldType);
-  _colorByType = _pvFieldType;  // by default the same; overriden in DeflectionShape, VectorField, PointSprite and Contour
+  _colorByType = _pvFieldType;  // by default the same; overridden in DeflectionShape, VectorField, PointSprite and Contour
   _meshName = meshHandler->name;
 }
 
index 9923f4582ffed2712b0ad3014c4d416598b5c49c..246c246a6644fe51b86b94904152e1ff6bc14f53 100644 (file)
@@ -20,7 +20,7 @@
 #
 
 # This file is a set of basic use case to test (from the python
-# context) the functions developped in the MEDCALC engine and the
+# context) the functions developed in the MEDCALC engine and the
 # associated MEDCALC CORBA interface (MEDDataManager and
 # MEDCalaculator).
 #
@@ -63,7 +63,7 @@ factory=salome.lcc.FindOrLoadComponent(containerType,componentName)
 # This is not the main CORBA component of the SALOME module MED
 # (i.e. the engine associated to the active 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 throughout 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 d9297d173a2eba21cfbfa2df9aade8f3f6c2a2c0..1b76e84ee39228fabc8acb97578677d2e70eadeb 100644 (file)
@@ -107,7 +107,7 @@ WidgetPresentationParameters::toggleWidget(bool show)
   else
     {
       _ui.widgetDynamic->show();
-      // It is the WidgetHelper responsability to re-show the widgets it needs
+      // It is the WidgetHelper responsibility to re-show the widgets it needs
       _ui.labelCompo->hide();
       _ui.comboBoxCompo->hide();
       _ui.labelMeshMode->hide();
index 4daee6a3e8a76be739bd795d0dcc34592d9bf9ae..4384b080e47b487d71fdd3d73432343cdf2372bd 100644 (file)
@@ -22,13 +22,13 @@ import medcalc
 dataManager = medcalc.medcorba.factory.getDataManager()
 
 # IMPORTANT NOTE:
-# the pyConsoleGlobals variable should hold the globals() dictionnary of
+# the pyConsoleGlobals variable should hold the globals() dictionary of
 # the python console context
 pyConsoleGlobals = None
 
 #-----
 # This function is to be called from the working python console to
-# specify the globals() dictionnary (used in fieldtools for stat analysis)
+# specify the globals() dictionary (used in fieldtools for stat analysis)
 #
 # >>> medcalc.setConsoleGlobals(globals())
 #
index 26d394646c2b8da098444b5b065f56c16b8da8f4..52be16a11715b1a72967b1f347574600aa7d63df 100644 (file)
@@ -56,7 +56,7 @@ def eventListenerIsRunning():
   # Try to define the event listener
   connectEventListener()
   if __eventListener is None:
-    # it definitly does not work
+    # it definitely does not work
     medcalc.wrn("the GUI is not loaded yet and will not be notified of the modification")
     return False
 
index 49be53a5e7263a3d9b77090a2bf4208e6b0fff2a..88b4c6d33879709b51c0c916d84f9b66f49a8b6f 100644 (file)
@@ -34,7 +34,7 @@ class FieldBuilder:
         # Load the image file in a numpy array using PIL.
         img=Image.open(imageFilepath)
         imgbw=ImageOps.grayscale(img)
-        # WARN: We keep only the grayscale. Maybe, it could be usefull
+        # WARN: We keep only the grayscale. Maybe, it could be useful
         # to get the RGB scales each on one component of the field.
 
         # Creating a cartesian mesh with a grid of the size of the image
@@ -53,7 +53,7 @@ class FieldBuilder:
     def createMesh(self, meshname, sizeX, sizeY):
         """
         Creating a cartesian mesh with a grid of the size of the image.
-        sizeX and sizeY should be respectively the width and heigth of the
+        sizeX and sizeY should be respectively the width and height of the
         image.
         """
         # >>>
index 3ef5c42a8afe9fe4b5e8fce30ca047ea21443459..7c1d5f9b2b35c95022f0d2e1fbf6534c94e8e2a7 100644 (file)
@@ -34,7 +34,7 @@ def MakeMeshView(meshID,
     notifyGui_addPresentation(meshID, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the mesh view:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the mesh view:\n" + e.details.text)
     raise Exception(e.details.text)
 
 
@@ -52,7 +52,7 @@ def MakeScalarMap(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the scalar map:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the scalar map:\n" + e.details.text)
     raise Exception(e.details.text)
 
 def MakeContour(proxy,
@@ -67,7 +67,7 @@ def MakeContour(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the contour:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the contour:\n" + e.details.text)
     raise Exception(e.details.text)
 
 #
@@ -85,7 +85,7 @@ def MakeVectorField(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the vector field:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the vector field:\n" + e.details.text)
     raise Exception(e.details.text)
 
 def MakeSlices(proxy,
@@ -104,7 +104,7 @@ def MakeSlices(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the slices:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the slices:\n" + e.details.text)
     raise Exception(e.details.text)
 
 
@@ -121,7 +121,7 @@ def MakeDeflectionShape(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the deflection shape:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the deflection shape:\n" + e.details.text)
     raise Exception(e.details.text)
 
 
@@ -139,7 +139,7 @@ def MakePointSprite(proxy,
     notifyGui_addPresentation(proxy.id, presentation_id)
     return presentation_id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while creating the point sprite:\n" + e.details.text)
+    notifyGui_error("An error occurred while creating the point sprite:\n" + e.details.text)
     raise Exception(e.details.text)
 
 def RemovePresentation(presentation_id):
index 3501e60842a308f8794ee2e219a84eec3477a752..c95f14055f610eb80f488dd5ea82bc8a6dd7fc0a 100644 (file)
@@ -36,7 +36,7 @@ def ChangeUnderlyingMesh(fieldId, meshId):
     notifyGui_changeUnderlyingMesh(duplicate.id)
     return duplicate.id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while changing underlying mesh:\n" + e.details.text)
+    notifyGui_error("An error occurred while changing underlying mesh:\n" + e.details.text)
     raise Exception(e.details.text)
 #
 
@@ -57,6 +57,6 @@ def InterpolateField(fieldId,
     notifyGui_interpolateField(fieldHandler.id)
     return fieldHandler.id
   except SALOME.SALOME_Exception as e:
-    notifyGui_error("An error occured while interpolating field:\n" + e.details.text)
+    notifyGui_error("An error occurred while interpolating field:\n" + e.details.text)
     raise Exception(e.details.text)
 #
index 620526650eb2bbf1ff884a9fb8576b011f88519b..fed187cbd6bb7409020e5a9daf4064e87d8a864d 100644 (file)
@@ -75,7 +75,7 @@ const std::string& MEDCalculatorBrowserMesh::getName() const
   return _name;
 }
 
-//  Return if the mesh name is equal to input or not, usefull for std::find for example
+//  Return if the mesh name is equal to input or not, useful for std::find for example
 bool MEDCalculatorBrowserMesh::operator==(const std::string& nm)
 {
   return _name==nm;
index a7ade24edb66ad2bed4ed0e9c0a48c01fabdc84a..83288e56a3b4ae17484fc61427505323a4ad3f40 100644 (file)
@@ -55,7 +55,7 @@ bool MEDCalculatorBrowserStep::operator==(bool sel)
 //  str method
 //  Construct a std::string to print this time step, using std::cout for example
 //  Put x or o for selected or not
-//  Add time step id value ( tiem value )
+//  Add time step id value ( time value )
 //  Return a std::string
 std::string MEDCalculatorBrowserStep::str()
 {
index 4c838b61c0c4ecb3b04d8cdc8bc2c806ef8fec9d..5c9a3aa252784cffa4b7dd99842c6c11d52edad8 100644 (file)
@@ -249,7 +249,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::operator+(const MEDCalculatorDBF
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldReal::operator+ : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldReal::operator+ : unrecognized type of parameter received !");
     }
 }
 
@@ -299,7 +299,7 @@ bool MEDCalculatorDBFieldReal::isEqual(const MEDCalculatorDBField& other, double
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldReal::isEqual : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldReal::isEqual : unrecognized type of parameter received !");
     }
 }
 
@@ -346,7 +346,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::operator-(const MEDCalculatorDBF
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldReal::operator- : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldReal::operator- : unrecognized type of parameter received !");
     }
 }
 
@@ -396,7 +396,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::operator*(const MEDCalculatorDBF
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldReal::operator* : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldReal::operator* : unrecognized type of parameter received !");
     }
 }
 
@@ -446,7 +446,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::operator/(const MEDCalculatorDBF
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldReal::operator/ : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldReal::operator/ : unrecognized type of parameter received !");
     }
 }
 
@@ -806,7 +806,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldCst::operator+(const MEDCalculatorDBFi
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldCst::operator+ : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldCst::operator+ : unrecognized type of parameter received !");
     }
 }
 
@@ -831,7 +831,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldCst::operator-(const MEDCalculatorDBFi
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldCst::operator- : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldCst::operator- : unrecognized type of parameter received !");
     }
 }
 
@@ -856,7 +856,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldCst::operator*(const MEDCalculatorDBFi
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldCst::operator* : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldCst::operator* : unrecognized type of parameter received !");
     }
 }
 
@@ -881,7 +881,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldCst::operator/(const MEDCalculatorDBFi
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldCst::operator/ : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldCst::operator/ : unrecognized type of parameter received !");
     }
 }
 
@@ -901,6 +901,6 @@ bool MEDCalculatorDBFieldCst::isEqual(const MEDCalculatorDBField& other, double
           return ret;
         }
       else
-        throw INTERP_KERNEL::Exception("FieldCst::isEqual : unrecognized type of parameter recieved !");
+        throw INTERP_KERNEL::Exception("FieldCst::isEqual : unrecognized type of parameter received !");
     }
 }
index f686f1b1088e59376bfa6c66c7b53214cd6b86de..39858b1fc7058b3b07a6e4caac7200b9d108d7ed 100644 (file)
@@ -295,7 +295,7 @@ bool SPythonParser::isElementInParenthesisMatching(const std::string& s, std::st
       return true;
     }
   std::size_t pos5=s.find_first_not_of(NUMBERS,pos4,10);
-  if(pos5==pos4)//an another caracter found after : !
+  if(pos5==pos4)//an another character found after : !
     return false;
   std::string elt2;
   if(pos5==std::string::npos)
@@ -309,7 +309,7 @@ bool SPythonParser::isElementInParenthesisMatching(const std::string& s, std::st
   ret << elt2;
   result=ret.str();
   std::size_t pos6=s.find_first_not_of(' ',pos5);
-  if(pos6==pos5)//an another caracter found after 2nd elt !
+  if(pos6==pos5)//an another character found after 2nd elt !
     return false;
   return pos6==std::string::npos;
 }
index 2f14bda1b020d6f797de4d4d14033e83735ed443..23c3ac61abfbee684cf9426b048b00de4feb221c 100644 (file)
@@ -95,7 +95,7 @@ void MEDCouplingMeshClient::fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALO
 {
   meshPtr->Register();
   //1st call to getTinyInfo to get tiny array of key integers value
-  //to corectly resize local copy of distant instance adressed by 'meshPtr'
+  //to corectly resize local copy of distant instance addressed by 'meshPtr'
   //1st value of returned array is the type of instance. Thanks to
   //CORBA and its type-check no use of this value is necessary.
   SALOME_TYPES::ListOfDouble *tinyD;
index 500fa63f599f258b00fb93807c824dc3e7bbb673..8ec0efbe4c4ce10de85de1fb46aaf227b9630cd3 100644 (file)
@@ -55,7 +55,7 @@ class MEDGUIFileContentDial : public QDialog
 public slots:
   void openFile();//  Create a new MedGUI_LiteStruct from a file and add content to QTreeWidgets
   void meshesStateChange(QTreeWidgetItem*, int);//  Change the select statement of one or more meshes, the item represents a mesh or a file
-  void fieldsStateChange(QTreeWidgetItem*, int);//  Change tje select statement of one or more fields, the item represents a mesh or a field or a step
+  void fieldsStateChange(QTreeWidgetItem*, int);//  Change the select statement of one or more fields, the item represents a mesh or a field or a step
   void fieldsStateChanges();
   void sendSelectionToDB();
   void unselectAll();//  Unselec all fields and meshes