Changeset db6b872 for molecuilder/src/Actions/Process.cpp
- Timestamp:
- Mar 4, 2010, 10:34:52 AM (16 years ago)
- Children:
- fe3540
- Parents:
- d50264 (diff), f058ef (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/Actions/Process.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Process.cpp
rd50264 rdb6b872 73 73 { 74 74 OBSERVE; 75 active = true;76 75 currStep=0; 77 76 } 78 77 starts = false; 78 active = true; 79 79 } 80 80 … … 85 85 86 86 void Process::stop(){ 87 active=false; 87 88 stops = true; 88 89 { 89 90 OBSERVE; 90 91 currStep=0; 91 active=false;92 92 } 93 93 {
Note:
See TracChangeset
for help on using the changeset viewer.
