Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/21 08:46:31 (3 years ago)
Author:
gkronber
Message:

#3136: fixed "essential" unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/SubFunctionSymbol.cs

    r18139 r18158  
    1 using System.Collections.Generic;
    2 using HEAL.Attic;
     1using HEAL.Attic;
    32using HeuristicLab.Common;
    43using HeuristicLab.Core;
     
    87  [StorableType("C6C2FBEE-8F4B-4FF2-80F5-D566BE55ED69")]
    98  [Item("SubFunction", "Symbol that represents a sub function.")]
    10   public class SubFunctionSymbol : Symbol {
     9  public sealed class SubFunctionSymbol : Symbol {
    1110    public override int MinimumArity => 0;
    1211    public override int MaximumArity => 1;
     
    1716
    1817    [StorableConstructor]
    19     public SubFunctionSymbol(StorableConstructorFlag _) : base(_) { }
     18    private SubFunctionSymbol(StorableConstructorFlag _) : base(_) { }
    2019
    2120    public override IDeepCloneable Clone(Cloner cloner) =>
Note: See TracChangeset for help on using the changeset viewer.