- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/BondAction/BondAddAction.def
r88afc9 rf63e41 8 8 // all includes and forward declarations necessary for non-integral types below 9 9 #include "types.hpp" 10 #include <vector>11 #include <utility>12 13 typedef std::vector<std::pair<atomId_t,atomId_t> > bondPairIds_t;14 10 15 11 // i.e. there is an integer with variable name Z that can be found in … … 24 20 #undef paramvalids 25 21 26 #define statetypes ( bondPairIds_t)27 #define statereferences ( bondPairIds)22 #define statetypes (atomId_t)(atomId_t) 23 #define statereferences (firstId)(secondId) 28 24 29 25 // some defines for all the names, you may use ACTION, STATE and PARAMS … … 32 28 #define MENUPOSITION 1 33 29 #define ACTIONNAME Add 34 #define TOKEN "add-bond s"30 #define TOKEN "add-bond" 35 31 36 32 // finally the information stored in the ActionTrait specialization 37 #define DESCRIPTION "add bond s in between any number ofselected atoms"33 #define DESCRIPTION "add bond in between two selected atoms" 38 34 #undef SHORTFORM
Note:
See TracChangeset
for help on using the changeset viewer.