]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
comment
authorfps <fps@opencascade.com>
Tue, 17 Sep 2013 11:16:23 +0000 (11:16 +0000)
committerfps <fps@opencascade.com>
Tue, 17 Sep 2013 11:16:23 +0000 (11:16 +0000)
src/XAO/XAO_DoubleField.hxx
src/XAO/XAO_Group.hxx

index b622de51a50bec6d2da5b3ccee57e2fafbb158fb..040a503b762229984058d0e2c427563af4b73f2a 100644 (file)
@@ -43,7 +43,7 @@ namespace XAO
          * @param nbComponents the number of components.
          * @param name the name of the field.
          */
-        DoubleField(const XAO::Dimension& dimension, const int& nbElements, const int& nbComponentsconst, const std::string& name);
+        DoubleField(const XAO::Dimension& dimension, const int& nbElements, const int& nbComponents, const std::string& name);
 
         virtual const XAO::Type getType() { return XAO::DOUBLE; }
 
index a5857f25e5b678c28d0809d7acdbb500af2506f2..de46a7dc0fb31438c8caff56ec300c9ec9311d49 100644 (file)
@@ -39,9 +39,9 @@ namespace XAO
          * Constructor.
          * @param dim the dimension of the group.
          * @param nbElements the number of geometrical elements for the dimension in the geometry.
-         * @param the name of the group.
+         * @param name the name of the group.
          */
-        Group(const XAO::Dimension& dim, const int& nbelements, const std::string& name = std::string(""))
+        Group(const XAO::Dimension& dim, const int& nbElements, const std::string& name = std::string(""))
         throw (XAO_Exception);
 
         /**