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