- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp
ra02462 r112b09 5 5 * Author: heber 6 6 */ 7 8 #include "Helpers/MemDebug.hpp" 7 9 8 10 #include "Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp" … … 58 60 59 61 dialog->queryString(NAME, &filename, MapOfActions::getInstance().getDescription(NAME)); 60 dialog->queryInt("start- step", &start, MapOfActions::getInstance().getDescription("start-step"));61 dialog->queryInt("end- step", &end, MapOfActions::getInstance().getDescription("end-step"));62 dialog->queryInt("start-mol", &start, MapOfActions::getInstance().getDescription("start")); 63 dialog->queryInt("end-mol", &start, MapOfActions::getInstance().getDescription("end")); 62 64 dialog->queryMolecule("molecule-by-id", &mol, MapOfActions::getInstance().getDescription("molecule-by-id")); 63 65 dialog->queryBoolean("id-mapping", &IdMapping, MapOfActions::getInstance().getDescription("id-mapping"));
Note:
See TracChangeset
for help on using the changeset viewer.