Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/11 16:37:46 (12 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/DhrystoneBenchmark.cs

    r6987 r7002  
    4141    }
    4242
     43    [Storable]
    4344    private TimeSpan timeLimit;
    4445    public TimeSpan TimeLimit {
     
    9697    #region Costructors
    9798
    98     public DhrystoneAlgorithm() {
    99     }
    100 
    101     private DhrystoneAlgorithm(DhrystoneAlgorithm original, Cloner cloner) {
     99    [StorableConstructor]
     100    public DhrystoneAlgorithm(bool deserializing) { }
     101
     102    public DhrystoneAlgorithm() { }
     103
     104    protected DhrystoneAlgorithm(DhrystoneAlgorithm original, Cloner cloner) {
    102105      cloner.RegisterClonedObject(original, this);
    103106    }
Note: See TracChangeset for help on using the changeset viewer.