Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/NcaSolutionCreator.cs
r14927 r15018 51 51 52 52 [StorableConstructor] 53 protected NcaSolutionCreator( booldeserializing) : base(deserializing) { }53 protected NcaSolutionCreator(StorableConstructorFlag deserializing) : base(deserializing) { } 54 54 protected NcaSolutionCreator(NcaSolutionCreator original, Cloner cloner) : base(original, cloner) { } 55 55 public NcaSolutionCreator()
Note: See TracChangeset
for help on using the changeset viewer.