Changeset e3ce0e for src/Actions/ActionSequence.hpp
- Timestamp:
- Jun 20, 2018, 8:20:43 AM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, StoppableMakroAction
- 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
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionSequence.hpp
r559293 re3ce0e 67 67 void setLoop(unsigned int _loop) 68 68 { loop = _loop; } 69 70 unsigned int getStep() const 71 { return step; } 72 69 73 private: 70 74 actionSet actions; 71 75 //!> how often the sequence is repeated 72 76 unsigned int loop; 77 //!> current step (used in loops) 78 unsigned int step; 73 79 }; 74 80
Note:
See TracChangeset
for help on using the changeset viewer.