mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 07:00:34 +05:00
comment
This commit is contained in:
parent
390054003f
commit
7bead41d97
@ -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; }
|
||||
|
||||
|
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user