Changeset 10151 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/RunCollectionModifiers/RunCollectionModifierTask.cs
- Timestamp:
- 11/22/13 14:29:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/RunCollectionModifiers/RunCollectionModifierTask.cs
r10131 r10151 48 48 #region Constructors and Cloning 49 49 public RunCollectionModifierTask(RunCollectionModifierExecutable executable) 50 : base() { 51 Item = executable; 50 : base(executable) { 52 51 isParallelizable = true; 53 52 }
Note: See TracChangeset
for help on using the changeset viewer.