Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/25/08 13:31:03 (15 years ago)
Author:
gkronber
Message:

fixed #446 (EngineRunner clears the global scope when an engine is finished) in trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/EngineRunner.cs

    r766 r1067  
    4949      }
    5050
     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)
    5153      if(!currentEngine.Canceled && !currentEngine.Suspended) {
    5254        currentEngine.OperatorGraph.Clear();
    53         currentEngine.GlobalScope.Clear();
    5455      }
    5556
Note: See TracChangeset for help on using the changeset viewer.