- Timestamp:
- 09/20/11 17:45:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/TimeLag.cs
r6803 r6809 43 43 public override IDeepCloneable Clone(Cloner cloner) { return new TimeLag(this, cloner); } 44 44 45 public TimeLag() : base("TimeLag", "Represents a symb lol whose evaluation is shifted.") { }45 public TimeLag() : base("TimeLag", "Represents a symbol whose evaluation is shifted.") { } 46 46 } 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.