Changes in src/Actions/MapOfActions.hpp [b2531f:cd8e55]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MapOfActions.hpp
rb2531f rcd8e55 123 123 friend class MapOfActionsTest; 124 124 public: 125 enum OptionTypes { None, Boolean, Integer, ListOfInts, Double, ListOfDoubles, String, Axis, Vector, Box, Molecule, ListOfMolecules, Atom, ListOfAtoms, Element, ListOfElements };125 enum OptionTypes { None, Boolean, Integer, ListOfInts, Double, ListOfDoubles, String, ListOfString, Axis, Vector, Box, Molecule, ListOfMolecules, Atom, ListOfAtoms, Element, ListOfElements }; 126 126 127 127 // getter for the action descriptions and short forms
Note:
See TracChangeset
for help on using the changeset viewer.