Changeset 597 for branches/3.1/sources
- Timestamp:
- 09/26/08 11:28:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/sources/HeuristicLab.SimOpt/SimOptSquentialSubOperatorCrossover.cs
r592 r597 67 67 for (int n = 0 ; n < SubOperators.Count ; n++) 68 68 co.AddOperation(new AtomicOperation(SubOperators[n], child)); 69 co.AddOperation(new AtomicOperation(new Operators.SubScopesRemover(), child));69 co.AddOperation(new AtomicOperation(new SubScopesRemover(), child)); 70 70 } 71 71 return co;
Note: See TracChangeset
for help on using the changeset viewer.