Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 05:24:01 (8 years ago)
Author:
jkarder
Message:

#2639: fixed compiler warnings (except for MCTS files)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/QAPPopulationDiversityAnalyzer.cs

    r14137 r14140  
    3434  [Item("QAPPopulationDiversityAnalyzer", "An operator for analyzing the diversity of solutions of Quadratic Assignment Problems regarding their structural identity (number of equal facilty->location assignments).")]
    3535  [StorableClass]
     36#pragma warning disable 0612
    3637  public sealed class QAPPopulationDiversityAnalyzer : PopulationDiversityAnalyzer<Permutation> {
     38#pragma warning restore 0612
    3739    public IValueParameter<BoolValue> UsePhenotypeSimilarityParameter {
    3840      get { return (IValueParameter<BoolValue>)Parameters["UsePhenotypeSimilarity"]; }
Note: See TracChangeset for help on using the changeset viewer.