]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0021856: [CEA 663] Documenting API of MEDCoupling and MEDLoader
authoreap <eap@opencascade.com>
Thu, 4 Apr 2013 14:16:11 +0000 (14:16 +0000)
committereap <eap@opencascade.com>
Thu, 4 Apr 2013 14:16:11 +0000 (14:16 +0000)
  fix a typo

doc/doxygen/medcoupling.dox

index 167a3d3bbef24cd7ef9918c14d3d3e81acfffad0..80a67c7b6c74d8a24120aad53bf04ac92b52bf10 100644 (file)
@@ -43,7 +43,7 @@ For beginners in \ref medcoupling "MEDCoupling" world, it is advisable to read t
 
 \section MEDCouplingMeshes Common concept shared by all type of Meshes in MEDCoupling
 
-A mesh has the following properties :
+A mesh has the following properties :
 
 - name
 - **a dimension (called mesh dimension) and only one** (it implies that \b all cells constituting
@@ -750,7 +750,7 @@ You can notice that it is possible to mix cell types as long as the dimension of
 
 \subpage medcouplingpyexamplesUmeshStdBuild1 "Here is the Python implementation."
 
-\section MEDCouplingUMeshNodalConnectivity How MEDCouplingUMesh stores its nodal connectivity.
+\section MEDCouplingUMeshNodalConnectivity How MEDCouplingUMesh stores its nodal connectivity
 
 \ref ParaMEDMEM::MEDCouplingUMesh "MEDCouplingUMesh class" stores its nodal connectivity into 2 arrays.