]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Corrected minor errors in doxygen documentation
authorndjinga <ndjinga>
Tue, 9 Mar 2010 11:23:54 +0000 (11:23 +0000)
committerndjinga <ndjinga>
Tue, 9 Mar 2010 11:23:54 +0000 (11:23 +0000)
src/ParaMEDMEM/StructuredCoincidentDEC.cxx

index 282b6fc1eac9e325fd6d4d95c30a1be4fbe96af0..27554357ede01940e0485dc2c691096bb2e6c910 100644 (file)
@@ -51,7 +51,7 @@ namespace ParaMEDMEM
     for coincident meshes that do not have the same numbering.
 
     As all the other DECs, its use is made of two phases :
-    - a setup phase during whih the topologies are exchanged so that
+    - a setup phase during which the topologies are exchanged so that
     the target side knows from which processors it should expect 
     the data.
     - a send/recv phase during which the field data is actually transferred.
@@ -213,7 +213,7 @@ namespace ParaMEDMEM
   }
 
   /*!
-   *  Creates the _buffers for receiving the fields on the target side
+   *  Creates the buffers for receiving the fields on the target side
    */
   void StructuredCoincidentDEC::prepareTargetDE()
   {