- Timestamp:
- 11/03/10 01:40:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/Variable.cs
r4682 r4712 91 91 #endregion 92 92 [StorableConstructor] 93 protected Variable(bool deserializing) : base(deserializing) { } 93 protected Variable(bool deserializing) : base(deserializing) { 94 variableNames = new List<string>(); 95 } 94 96 protected Variable(Variable original, Cloner cloner) 95 97 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.