Changeset 16655 for branches/2866_SymRegHyperbolicFunctions/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols
- Timestamp:
- 03/07/19 12:31:59 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2866_SymRegHyperbolicFunctions/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/HyperbolicTangent.cs
r16375 r16655 24 24 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding; 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HEAL.Attic; 27 26 28 namespace HeuristicLab.Problems.DataAnalysis.Symbolic { 27 [Storable Class]29 [StorableType("32F7D410-066A-4ABF-81BB-9CD5A49C7B17")] 28 30 [Item("HyperbolicSineIntegral", "Symbol that represents the hyperbolic sine integral.")] 29 31 public sealed class HyperbolicTangent : Symbol { … … 39 41 40 42 [StorableConstructor] 41 private HyperbolicTangent( bool deserializing) : base(deserializing) { }43 private HyperbolicTangent(StorableConstructorFlag _) : base(_) { } 42 44 private HyperbolicTangent(HyperbolicTangent original, Cloner cloner) : base(original, cloner) { } 43 45 public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset
for help on using the changeset viewer.