- Timestamp:
- 12/25/08 13:31:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/EngineRunner.cs
r766 r1067 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.