Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/08 15:57:41 (16 years ago)
Author:
gkronber
Message:

fixed more bugs (not thoroughly tested but at least it works for OSGP_NOx and OSGA_TSP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XmlTextReaderBranch/HeuristicLab.Grid/ProcessingEngine.cs

    r121 r123  
    5858    public override void Populate(XmlReader reader, IDictionary<Guid, IStorable> restoredObjects) {
    5959      base.Populate(reader, restoredObjects);
     60      reader.Read();
    6061      initialOperation = (AtomicOperation)PersistenceManager.Restore(reader, "InitialOperation", restoredObjects);
     62      reader.Read();
    6163    }
    6264
Note: See TracChangeset for help on using the changeset viewer.