Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/ShakingOperators
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/ShakingOperators/IntegerVectorShakingOperator.cs
r14927 r15018 53 53 54 54 [StorableConstructor] 55 protected IntegerVectorShakingOperator( booldeserializing) : base(deserializing) { }55 protected IntegerVectorShakingOperator(StorableConstructorFlag deserializing) : base(deserializing) { } 56 56 protected IntegerVectorShakingOperator(IntegerVectorShakingOperator original, Cloner cloner) : base(original, cloner) { } 57 57 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.