Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVector.cs
- Timestamp:
- 06/01/17 11:29:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVector.cs
r14927 r15018 31 31 public class IntegerVector : IntArray { 32 32 [StorableConstructor] 33 protected IntegerVector( booldeserializing) : base(deserializing) { }33 protected IntegerVector(StorableConstructorFlag deserializing) : base(deserializing) { } 34 34 protected IntegerVector(IntegerVector original, Cloner cloner) : base(original, cloner) { } 35 35 public IntegerVector() : base() { }
Note: See TracChangeset
for help on using the changeset viewer.