# | Line 60 | Line 60 | namespace OpenMD { | |
---|---|---|
60 | BEND = 2, /**< Bends */ | |
61 | TORSION = 3, /**< Torsions */ | |
62 | INVERSION = 4, /**< Inversions */ | |
63 | < | N_SELECTIONTYPES = 5 |
63 | > | MOLECULE = 5, /**< Molecules */ |
64 | > | N_SELECTIONTYPES = 6 |
65 | }; | |
66 | ||
67 | class SelectionSet { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |