Changeset e3ce0e for src/Actions/MakroAction.cpp
- Timestamp:
- Jun 20, 2018, 8:20:43 AM (8 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, StoppableMakroAction, stable
- Children:
- 4b2adf
- Parents:
- 559293
- git-author:
- Frederik Heber <frederik.heber@…> (09/13/17 17:20:35)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/20/18 08:20:43)
- File:
-
- 1 edited
-
src/Actions/MakroAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction.cpp
r559293 re3ce0e 88 88 } 89 89 90 unsigned int MakroAction::getLoop() const 91 { 92 return actions.getLoop(); 93 } 94 95 unsigned int MakroAction::getStep() const 96 { 97 return actions.getStep(); 98 } 99 90 100 bool MakroAction::removeAction(const std::string &name) 91 101 {
Note:
See TracChangeset
for help on using the changeset viewer.
