Changeset 9216
- Timestamp:
- 02/16/13 12:19:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/MultiOperator.cs
r7259 r9216 20 20 #endregion 21 21 22 using System;23 using System.Collections.Generic;24 22 using HeuristicLab.Collections; 25 23 using HeuristicLab.Common; … … 27 25 using HeuristicLab.Parameters; 28 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using System; 28 using System.Collections.Generic; 29 29 30 30 namespace HeuristicLab.Operators { … … 47 47 operators = value; 48 48 RegisterOperatorsEvents(); 49 UpdateOperatorParameters(); 49 50 } 50 51 }
Note: See TracChangeset
for help on using the changeset viewer.