Implementation of a variable symmetry at the modelling level. More...
#include <ldsb.hh>
Public Member Functions | |
VariableSymmetryObject (ArgArray< VarImpBase * > vars) | |
Constructor for creation. | |
~VariableSymmetryObject (void) | |
Destructor. | |
Public Attributes | |
VarImpBase ** | xs |
Array of variables in symmetry. | |
int | nxs |
Number of variables in symmetry. |
Implementation of a variable symmetry at the modelling level.
Constructor for creation.
Definition at line 84 of file sym-obj.cpp.
Destructor.
Definition at line 90 of file sym-obj.cpp.