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