Ignore:
Timestamp:
Mar 4, 2010, 10:34:52 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
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.
Message:

Merge branch 'StructureRefactoring' into MenuRefactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/Process.cpp

    rd50264 rdb6b872  
    7373  {
    7474    OBSERVE;
    75     active = true;
    7675    currStep=0;
    7776  }
    7877  starts = false;
     78  active = true;
    7979}
    8080
     
    8585
    8686void Process::stop(){
     87  active=false;
    8788  stops = true;
    8889  {
    8990    OBSERVE;
    9091    currStep=0;
    91     active=false;
    9292  }
    9393  {
Note: See TracChangeset for help on using the changeset viewer.