Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/23/17 19:48:22 (7 years ago)
Author:
gkronber
Message:

#2646: fixed compile errors in SHADE implementation (and set svn:ignore properties)

Location:
branches/ichiriac/HeuristicLab.Algorithms.Shade
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ichiriac/HeuristicLab.Algorithms.Shade

    • Property svn:ignore set to
      obj
  • branches/ichiriac/HeuristicLab.Algorithms.Shade/Plugin.cs

    r14088 r14699  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Linq;
    4 using System.Text;
    5 using System.Threading.Tasks;
     1using HeuristicLab.PluginInfrastructure;
    62
    7 using HeuristicLab.PluginInfrastructure;
    8 
    9 namespace HeuristicLab.Algorithms.Shade
    10 {
    11     [Plugin("HeuristicLab.Algorithms.Shade", "Provides an implementation of SHADE algorithm", "3.3.9.0")]
    12     [PluginFile("HeuristicLab.Algorithms.Shade.dll", PluginFileType.Assembly)]
    13     public class Plugin : PluginBase
    14     {
    15     }
     3namespace HeuristicLab.Algorithms.Shade {
     4  [Plugin("HeuristicLab.Algorithms.Shade", "Provides an implementation of SHADE algorithm", "3.3.9.0")]
     5  [PluginFile("HeuristicLab.Algorithms.Shade.dll", PluginFileType.Assembly)]
     6  public class Plugin : PluginBase {
     7  }
    168}
Note: See TracChangeset for help on using the changeset viewer.