Free cookie consent management tool by TermsFeed Policy Generator

Changeset 415


Ignore:
Timestamp:
07/31/08 14:46:22 (16 years ago)
Author:
gkronber
Message:

fixed #219 (Grid-client returns the whole engine as result)

File:
1 edited

Legend:

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

    r414 r415  
    162162      }
    163163
     164      if(!engine.Canceled && !engine.Suspended) {
     165        engine.OperatorGraph.Clear();
     166        engine.GlobalScope.Clear();
     167      }
     168
    164169      byte[] resultXml = SaveEngine(engine);
    165170      bool success = false;
Note: See TracChangeset for help on using the changeset viewer.