Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/13 14:59:55 (11 years ago)
Author:
abeham
Message:

#2110: renamed generic view class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/TSPLIBTSPInstanceProviderView.cs

    r10000 r10009  
    2929  [View("TSPLIB TSP InstanceProvider View")]
    3030  [Content(typeof(TSPLIBTSPInstanceProvider), IsDefaultView = true)]
    31   public partial class TSPLIBTSPInstanceProviderView : ProblemInstanceProviderViewGeneric<TSPData> {
     31  public partial class TSPLIBTSPInstanceProviderView : ProblemInstanceProviderView<TSPData> {
    3232    public new TSPLIBTSPInstanceProvider Content {
    3333      get { return (TSPLIBTSPInstanceProvider)base.Content; }
Note: See TracChangeset for help on using the changeset viewer.