Changeset 1066
- Timestamp:
- 12/25/08 13:29:48 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Grid/EngineRunner.cs
r766 r1066 49 49 } 50 50 51 // when the engine executed without error it's OK to clear the operator graph because 52 // it is not needed to gather the results of the eninge (kept in scope-tree) 51 53 if(!currentEngine.Canceled && !currentEngine.Suspended) { 52 54 currentEngine.OperatorGraph.Clear(); 53 currentEngine.GlobalScope.Clear();54 55 } 55 56
Note: See TracChangeset
for help on using the changeset viewer.