Free cookie consent management tool by TermsFeed Policy Generator

Changeset 13219


Ignore:
Timestamp:
11/17/15 14:25:29 (8 years ago)
Author:
ascheibe
Message:

#2428 removed unused variable in orienteering instances to fix compile warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeParser.cs

    r12721 r13219  
    179179          // Remove the 'm,'
    180180          inputString = inputString.Remove(0, inputString.IndexOf(',') + 1);
    181           // Extract the number of points
    182           bool matrixGiven = true;
    183 
     181                   
    184182          pointCount = Coordinates.GetLength(1);
    185183          Distances = new double[pointCount, pointCount];
Note: See TracChangeset for help on using the changeset viewer.