Changeset 4679 for branches/CloningRefactoring/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
- Timestamp:
- 10/29/10 19:31:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Optimization.Operators/3.3/DiscreteDoubleValueModifier.cs
r4068 r4679 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; … … 70 71 } 71 72 73 [StorableConstructor] 74 protected DiscreteDoubleValueModifier(bool deserializing) : base(deserializing) { } 75 protected DiscreteDoubleValueModifier(DiscreteDoubleValueModifier original, Cloner cloner) : base(original, cloner) { } 72 76 /// <summary> 73 77 /// Initializes a new instance of <see cref="DiscreteDoubleValueModifier"/> with 6 parameters
Note: See TracChangeset
for help on using the changeset viewer.