Changeset 6667
- Timestamp:
- 08/17/11 17:43:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/RunCollectionModificationEvaluator.cs
r6662 r6667 54 54 modifier.Value.Modify(runs); 55 55 RunCollection.UpdateOfRunsInProgress = false; 56 if (runs.Count > 0) { // force update 57 var run = (IRun) runs[0].Clone(); 58 RunCollection.Add(run); 59 RunCollection.Remove(run); 60 } 56 61 } 57 62 }
Note: See TracChangeset
for help on using the changeset viewer.