]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Typo-fix by Kunda
authoreap <eap@opencascade.com>
Thu, 28 Dec 2017 11:33:11 +0000 (14:33 +0300)
committereap <eap@opencascade.com>
Thu, 28 Dec 2017 11:33:11 +0000 (14:33 +0300)
http://www.salome-platform.org/forum/forum_9/22126441

21 files changed:
README
doc/tut/addfields/README.txt
doc/tut/medcoupling/testmed_lena.py
doc/tut/medcoupling/testmed_simple.py
doc/tut/medcoupling/testpil.py
doc/tut/mergefields/simpledemo/README.txt
doc/tut/mergefields/splitdemo/README.txt
doc/tut/projection/demomed/README.txt
doc/tut/projection/demovtu/README.txt
src/MEDCalc/gui/WorkspaceController.hxx
src/MEDCalc/gui/XmedDataModel.hxx
src/MEDCalc/tui/medimages.py
src/MEDCalculator/MEDCalculatorBrowserField.cxx
src/MEDCalculator/MEDCalculatorDBField.cxx
src/MEDCouplingCorba/Client/MEDCouplingFieldDoubleClient.cxx
src/MEDCouplingCorba/Client/MEDCouplingFieldTemplateClient.cxx
src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx
src/MEDGUI/MEDGUIFileContentDial.cxx
src/MEDGUI/MEDGUIFileContentDial.h
src/MEDGUI/MEDGUISelectComponents.cxx
src/MEDGUI/MEDGUISelectComponents.h

diff --git a/README b/README
index 410977a67139842bb3685c6fae91073413b4779c..ccb06fab264773bca795d7b55074d1e33c1f5b43 100644 (file)
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ In order to avoid most of the problem the user or the installer should first
 check the HDF5HOME and the MED2HOME environment variables. This version of
 Med Memory with Med File V2.2.2, V2.2.3, as well as V2.3.0 but with the
 version of HDF5 V1.6.3. In the installation of Med File you should take care
-of the $HDF5HOME environement variable. This warning is especially intended
+of the $HDF5HOME environment variable. This warning is especially intended
 to the user of The Med Memory in stand alone (without the SALOME KERNEL
 component).
 
index 79eb80fb181d05bcecd898d0e888ea52f896ca24..febfc979422207f0e81f6eb8d2761c2a6329ffef 100644 (file)
@@ -1,4 +1,4 @@
-# You first have to set the shell environement for medcoupling
+# You first have to set the shell environment for medcoupling
 
 all:
        python addition.py
index 15558f5878873cf19ba0eb3802568650134aea54..3b281aa532500eb515d0dbe2f570e947006a3cc4 100755 (executable)
@@ -98,7 +98,7 @@ cmesh.setCoords(coordsX,coordsY)
 print "Imagem mesh dimension: %d"%cmesh.getSpaceDimension()
 
 # WARN: In the current state of development of MEDLoader, only
-# unstructured meshes are supported for writting function in med
+# unstructured meshes are supported for writing function in med
 # files. We just have to convert the cartesian mesh in an unstructured
 # mesh before creating the field.
 umesh=cmesh.buildUnstructured();
index d14e18937ab7064295a0c1c242b7e9df7ca8f215..d0c3124e6001409d133494df0c7735194d18ff94 100755 (executable)
@@ -70,7 +70,7 @@ print cmesh.getSpaceDimension()
 #print cmesh
 
 # WARN: In the current state of development of MEDLoader, only
-# unstructured meshes are supported for writting function in med
+# unstructured meshes are supported for writing function in med
 # files. We just have to convert the cartesian mesh in an unstructured
 # mesh before creating the field.
 umesh=cmesh.buildUnstructured();
index 5e2e73bbbd6d28d959f66cb8303b1a253993d94c..55708e30740eb6d039bbd0bddf3cb893169cafa3 100755 (executable)
@@ -96,7 +96,7 @@ def createMesh(meshname, sizeX, sizeY):
     print "Imagem mesh dimension: %d"%cmesh.getSpaceDimension()
     
     # WARN: In the current state of development of MEDLoader, only
-    # unstructured meshes are supported for writting function in med
+    # unstructured meshes are supported for writing function in med
     # files. We just have to convert the cartesian mesh in an unstructured
     # mesh before creating the field.
     umesh=cmesh.buildUnstructured();
index f13cb1651c5b1346347249ea42d7f0851c4ee782..68a6e207750bf715df88e5585b144c350234ea50 100644 (file)
@@ -1,4 +1,4 @@
-# You first have to set the shell environement for medcoupling
+# You first have to set the shell environment for medcoupling
 # (see medcoupling/env.sh)
 
 all:
index f251d44ed8384b1b7a386fc5c17f4b80923e160a..eb4336d82c1a2313cc44d9c5fba82c60ad6e5c4e 100644 (file)
@@ -1,4 +1,4 @@
-# You first have to set the shell environement for medcoupling
+# You first have to set the shell environment for medcoupling
 # (see medcoupling/env.sh)
 
 all:
index 1de344a07cc2baf6be0dfa050dea357c0bdd8fcd..69e324e6bcdafd4bc21bfb1c2b73538ffbf7a41f 100644 (file)
@@ -1,4 +1,4 @@
-# You first have to set the shell environement for medcoupling
+# You first have to set the shell environment for medcoupling
 # (see medcoupling/env.sh)
 
 all:
index 7b30a09df40bfbc3bbfa0f8be9f2bbcbb81e1ff2..b5a544964af2f08c2d6688c239f01105976936c6 100644 (file)
@@ -1,4 +1,4 @@
-# You first have to set the shell environement for medcoupling
+# You first have to set the shell environment for medcoupling
 # (see medcoupling/env.sh)
 
 all:
index c5fac88adddfa536030293a95186c4902283f53e..8cf5eff145da880a51b998946e502ae3eb44caa7 100644 (file)
@@ -55,7 +55,7 @@ public:
   XmedConsoleDriver* getConsoleDriver() { return _consoleDriver; }
 
 public slots:
-  // Slots overiding TreeGuiManager
+  // Slots overriding TreeGuiManager
   void processItemList(QStringList itemNameIdList, int actionId);
 
   // Internal slots
index 43f2252909e22267ce8ced04c23f73f3761a3212..166f4b73ec176b9a7d8c23ea6c73220ee219fe90 100644 (file)
@@ -72,7 +72,7 @@ public:
 // then get the result you are interested in, using the corresponding
 // "result*" function.
 //
-// 2) Alternativly, you can just call directly the suitable master
+// 2) Alternatively, you can just call directly the suitable master
 // "get*" function to process and get the result you are interested
 // in.
 //
index 88b4c6d33879709b51c0c916d84f9b66f49a8b6f..8a09f06b29fc4d0fb86139fb70622ef50dc57f8a 100644 (file)
@@ -86,7 +86,7 @@ class FieldBuilder:
         print "Imagem mesh dimension: %d"%cmesh.getSpaceDimension()
 
         # WARN: In the current state of development of MEDLoader, only
-        # unstructured meshes are supported for writting function in med
+        # unstructured meshes are supported for writing function in med
         # files. We just have to convert the cartesian mesh in an unstructured
         # mesh before creating the field.
         umesh=cmesh.buildUnstructured();
index ff8a351d05a18d5ef12ffa4f974ab9d249c8f643..1559c256177e5758b3aea74b2ec39f4d2bb2be85 100644 (file)
@@ -58,7 +58,7 @@ MEDCalculatorBrowserField::MEDCalculatorBrowserField(const char *fname, const ch
     }
   std::vector<TypeOfField> types=GetTypesOfField(fname,meshNames[0].c_str(),fieldName);
   if(types.empty())
-    throw INTERP_KERNEL::Exception("MEDCalculatorBrowserField::MEDCalculatorBrowserField : the file is not loadable using MED File 3 API ! Problably presence of field on edges faces...");
+    throw INTERP_KERNEL::Exception("MEDCalculatorBrowserField::MEDCalculatorBrowserField : the file is not loadable using MED File 3 API ! Probably presence of field on edges faces...");
   _type=types[0];//To improve
   MCAuto<MEDCouplingFieldDouble> tmpf;
   try
index 5c9a3aa252784cffa4b7dd99842c6c11d52edad8..e67662b0ae1375f9448f2b34997f30edf939446d 100644 (file)
@@ -219,7 +219,7 @@ const MEDCalculatorDBFieldReal& MEDCalculatorDBFieldReal::operator=(const MEDCal
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   unsigned int sz=ids.size();
   if(sz!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::operator= : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::operator= : Timesteps lengths mismatch !");
   fetchData();
   other.fetchData();
   for(unsigned int i=0;i<sz;i++)
@@ -263,7 +263,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::add(const MEDCalculatorDBFieldRe
   std::vector<int> ids=_t.getIds(_time_steps.size());
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   if(ids.size()!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::add : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::add : Timesteps lengths mismatch !");
   int step=ids[0];
   int step2=ids2[0];
   const MEDCouplingMesh *mesh=_time_steps[step]->getMesh(_type,_file_name,_mesh_name,_field_name);
@@ -360,7 +360,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::substract(const MEDCalculatorDBF
   std::vector<int> ids=_t.getIds(_time_steps.size());
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   if(ids.size()!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::substract : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::substract : Timesteps lengths mismatch !");
   int step=ids[0];
   int step2=ids2[0];
   const MEDCouplingMesh *mesh=_time_steps[step]->getMesh(_type,_file_name,_mesh_name,_field_name);
@@ -410,7 +410,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::multiply(const MEDCalculatorDBFi
   std::vector<int> ids=_t.getIds(_time_steps.size());
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   if(ids.size()!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::multiply : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::multiply : Timesteps lengths mismatch !");
   int step=ids[0];
   int step2=ids2[0];
   const MEDCouplingMesh *mesh=_time_steps[step]->getMesh(_type,_file_name,_mesh_name,_field_name);
@@ -460,7 +460,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::divide(const MEDCalculatorDBFiel
   std::vector<int> ids=_t.getIds(_time_steps.size());
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   if(ids.size()!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::divide : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::divide : Timesteps lengths mismatch !");
   int step=ids[0];
   int step2=ids2[0];
   const MEDCouplingMesh *mesh=_time_steps[step]->getMesh(_type,_file_name,_mesh_name,_field_name);
@@ -495,7 +495,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::dot(const MEDCalculatorDBFieldRe
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   unsigned int sz=ids.size();
   if(sz!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::dot : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::dot : Timesteps lengths mismatch !");
   ret->_time_steps.resize(sz);
   for(unsigned int i=0;i<sz;i++)
     ret->_time_steps[i]=_time_steps[ids[i]]->dot(other._time_steps[ids2[i]],_c_labels.size(),_c,other._c_labels.size(),other._c);
@@ -515,7 +515,7 @@ MEDCalculatorDBField *MEDCalculatorDBFieldReal::crossProduct(const MEDCalculator
   std::vector<int> ids2=other._t.getIds(other._time_steps.size());
   unsigned int sz=ids.size();
   if(sz!=ids2.size())
-    throw INTERP_KERNEL::Exception("FieldReal::crossProduct : Timesteps lengthes mismatch !");
+    throw INTERP_KERNEL::Exception("FieldReal::crossProduct : Timesteps lengths mismatch !");
   ret->_time_steps.resize(sz);
   for(unsigned int i=0;i<sz;i++)
     ret->_time_steps[i]=_time_steps[ids[i]]->crossProduct(other._time_steps[ids2[i]],_c_labels.size(),_c,other._c_labels.size(),other._c);
@@ -770,14 +770,14 @@ std::vector<MEDCouplingFieldDouble *> MEDCalculatorDBFieldReal::getFields() cons
 std::string MEDCalculatorDBFieldReal::getInfoOnComponent(int i) const throw(INTERP_KERNEL::Exception)
 {
   if(i>=(int)_c_labels.size())
-    throw INTERP_KERNEL::Exception("MEDCalculatorDBFieldReal::getInfoOnComponent : sepcified id >= number of component !");
+    throw INTERP_KERNEL::Exception("MEDCalculatorDBFieldReal::getInfoOnComponent : specified id >= number of component !");
   return _c_labels[i];
 }
 
 void MEDCalculatorDBFieldReal::setInfoOnComponent(int i, const char *info) throw(INTERP_KERNEL::Exception)
 {
   if(i>=(int)_c_labels.size())
-    throw INTERP_KERNEL::Exception("MEDCalculatorDBFieldReal::setInfoOnComponent : sepcified id >= number of component !");
+    throw INTERP_KERNEL::Exception("MEDCalculatorDBFieldReal::setInfoOnComponent : specified id >= number of component !");
   _c_labels[i]=info;
 }
 
index a41d60b913353e2bcbf7ab496b25ac3ee944d416..2fdc85c336dfb08de2258b38452f73e03b55b2fd 100644 (file)
@@ -68,7 +68,7 @@ MEDCouplingFieldDouble *MEDCouplingFieldDoubleClient::New(SALOME_MED::MEDCouplin
   ret->resizeForUnserialization(tinyLV,array0,arrays);
   SALOME_TYPES::ListOfLong *bigArr0;
   SALOME_TYPES::ListOfDouble2 *bigArr;
-  //3rd CORBA invokation to get big content
+  //3rd CORBA invocation to get big content
   fieldPtr->getSerialisationData(bigArr0,bigArr);
   if(bigArr0->length()!=0)
     {
index bbfe2f37c28e86f3c683b64f6e4321c70c563d69..5bbe7280c15c22f99a4126705fca3a4f035ae75b 100644 (file)
@@ -66,7 +66,7 @@ MEDCouplingFieldTemplate *MEDCouplingFieldTemplateClient::New(SALOME_MED::MEDCou
   DataArrayInt *array0;
   ret->resizeForUnserialization(tinyLV,array0);
   SALOME_TYPES::ListOfLong *bigArr0;
-  //3rd CORBA invokation to get big content
+  //3rd CORBA invocation to get big content
   fieldPtr->getSerialisationData(bigArr0);
   if(bigArr0->length()!=0)
     {
index 23c3ac61abfbee684cf9426b048b00de4feb221c..dee9e8ee6c48e9a13a53b8c71d483f62e8553f96 100644 (file)
@@ -118,10 +118,10 @@ void MEDCouplingMeshClient::fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALO
   delete tinyD;
   DataArrayInt* a1=DataArrayInt::New();
   DataArrayDouble* a2=DataArrayDouble::New();
-  //thanks to the entry point tinyV get from the 1st CORBA invokation,
+  //thanks to the entry point tinyV get from the 1st CORBA invocation,
   //resizing a1,a2 and sts.
   std::vector<std::string> uselessVector;
-  //vector 'uselessVector' is useless thanks to CORBA that , contrary to MPI, does not need to allocate right length of arrays before invokation
+  //vector 'uselessVector' is useless thanks to CORBA that , contrary to MPI, does not need to allocate right length of arrays before invocation
   meshCpp->resizeForUnserialization(tinyV,a1,a2,uselessVector);
   SALOME_TYPES::ListOfLong *a1Corba;
   SALOME_TYPES::ListOfDouble *a2Corba;
index 7936a3e3819dbd337006288cdfc45babde895ebf..fcde726ba1d1838fe6b81d88362b7a766fe1ddb4 100644 (file)
@@ -20,7 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  MED MEDGUI : MED component GUI implemetation
+//  MED MEDGUI : MED component GUI implementation
 //  File   : MEDGUIFileContentDial.cxx
 //  Module : MED
 #include "MEDGUIFileContentDial.h"
@@ -358,7 +358,7 @@ void MEDGUIFileContentDial::unselectAll()
 }
 
 //  Show in red the corresponding meshes from a field or a step or a field hoovered by mouse
-//  First clean alrady colored meshes list (color back in black and empty coloredMeshes vector)
+//  First clean already colored meshes list (color back in black and empty coloredMeshes vector)
 //  Then, get the id of the MEDGUILiteStruct corresponding to the currently hovered item
 //  Get corresponding meshes as string from the currently hovered item
 //  Get the corresponding root of the meshes QTreeWidget from the root of the fields QTreeWidget
index 2e0f61f08321a7048c1a19eab47c4b6d29133eea..d410dae0e24b0dcabf02ba078876d19e87bd0770 100644 (file)
@@ -20,7 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  MED MEDGUI : MED component GUI implemetation
+//  MED MEDGUI : MED component GUI implementation
 //  File   : MEDGUIFileContentDial.h
 //  Module : MED
 //
index 1b99b16e0ca4770d907211391a977ccb36771bbe..8d45860b5b8953aff45a38eef5294057b6f6f8a1 100644 (file)
@@ -17,7 +17,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  MED MEDGUI : MED component GUI implemetation
+//  MED MEDGUI : MED component GUI implementation
 //  File   : MEDGUISelectComponents.cxx
 //  Module : MED
 //
index 36c1ed347d5d7fd511d55a56f9e3888c1da0e996..6b411a578ebbef2743f7a377a161318479bee22c 100644 (file)
@@ -20,7 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  MED MEDGUI : MED component GUI implemetation
+//  MED MEDGUI : MED component GUI implementation
 //  File   : MEDGUISelectComponents.h
 //  Module : MED
 //