Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/11 16:37:46 (13 years ago)
Author:
ascheibe
Message:

#1659

  • fixed errors found by unit tests
  • set references to copylocal=false
  • added missing platforms to project files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/WhetstoneAlgorithm.cs

    r6987 r7002  
    4141    }
    4242
     43    [Storable]
    4344    private TimeSpan timeLimit;
    4445    public TimeSpan TimeLimit {
     
    8485    #region Costructors
    8586
    86     public WhetstoneBenchmark() {
    87     }
    88 
    89     private WhetstoneBenchmark(WhetstoneBenchmark original, Cloner cloner) {
     87    [StorableConstructor]
     88    public WhetstoneBenchmark(bool deserializing) { }
     89
     90    public WhetstoneBenchmark() { }
     91
     92    protected WhetstoneBenchmark(WhetstoneBenchmark original, Cloner cloner) {
    9093      cloner.RegisterClonedObject(original, this);
    9194    }
Note: See TracChangeset for help on using the changeset viewer.