From: fps Date: Tue, 17 Sep 2013 11:16:23 +0000 (+0000) Subject: comment X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7bead41d9702d4cf5a36ba4dd58dd359f70de4f0;p=modules%2Fgeom.git comment --- diff --git a/src/XAO/XAO_DoubleField.hxx b/src/XAO/XAO_DoubleField.hxx index b622de51a..040a503b7 100644 --- a/src/XAO/XAO_DoubleField.hxx +++ b/src/XAO/XAO_DoubleField.hxx @@ -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; } diff --git a/src/XAO/XAO_Group.hxx b/src/XAO/XAO_Group.hxx index a5857f25e..de46a7dc0 100644 --- a/src/XAO/XAO_Group.hxx +++ b/src/XAO/XAO_Group.hxx @@ -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); /**