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/LinpackBenchmark.cs

    r6987 r7002  
    4141    }
    4242
     43    [Storable]
    4344    private TimeSpan timeLimit;
    4445    public TimeSpan TimeLimit {
     
    8384    #region Costructors
    8485
    85     public LinpackBenchmark() {
    86     }
     86    [StorableConstructor]
     87    public LinpackBenchmark(bool deserializing) { }
     88
     89    public LinpackBenchmark() { }
    8790
    8891    public LinpackBenchmark(LinpackBenchmark original, Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.