- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/WorldAction/AddEmptyBoundaryAction.def
re4afb4 r8a957e 14 14 // "undefine" if no parameters are required, use (NODEFAULT) for each (undefined) default value 15 15 #define paramtypes (Vector) 16 #define paramtokens (" boundary")16 #define paramtokens ("add-empty-boundary") 17 17 #define paramdescriptions ("desired minimum distance to boundary for each axis over all atoms") 18 18 #undef paramdefaults … … 27 27 #define MENUPOSITION 1 28 28 #define ACTIONNAME AddEmptyBoundary 29 #define TOKEN " boundary"29 #define TOKEN "add-empty-boundary" 30 30 31 31
Note:
See TracChangeset
for help on using the changeset viewer.