* @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; }
* 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);
/**