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