Changeset 4155
- Timestamp:
- 08/04/10 17:57:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Constraints/Constraint.cs
r4153 r4155 185 185 public override IDeepCloneable Clone(HeuristicLab.Common.Cloner cloner) { 186 186 Constraint clone = (Constraint)base.Clone(cloner); 187 clone.constrainedValue = null; //mkommend: intentional set to null and must be reset in the clone187 clone.constrainedValue = null; //mkommend: intentionally set to null; 188 188 189 189 IItem constraintDataItem = this.constraintData as IItem;
Note: See TracChangeset
for help on using the changeset viewer.