Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.cpp

    r112b09 ra02462  
    55 *      Author: heber
    66 */
    7 
    8 #include "Helpers/MemDebug.hpp"
    97
    108#include "Actions/MoleculeAction/LinearInterpolationofTrajectoriesAction.hpp"
     
    6058
    6159  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"));
    6462  dialog->queryMolecule("molecule-by-id", &mol, MapOfActions::getInstance().getDescription("molecule-by-id"));
    6563  dialog->queryBoolean("id-mapping", &IdMapping, MapOfActions::getInstance().getDescription("id-mapping"));
Note: See TracChangeset for help on using the changeset viewer.