Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/12 13:17:29 (12 years ago)
Author:
ascheibe
Message:

#1722 fixed more licensing information and source formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.cs

    r7858 r8053  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    2222using System;
    2323using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Data;
    2624using System.Drawing;
    27 using System.Text;
    2825using System.Windows.Forms;
    2926using HeuristicLab.Core.Views;
     
    10097            break;
    10198        }
    102        
     99
    103100        i++;
    104101        if (i == 6) {
    105102          i = 0;
    106103
    107           if(r >= step)
     104          if (r >= step)
    108105            r -= step;
    109106
    110           if(g >= step)
    111            g -= step;
     107          if (g >= step)
     108            g -= step;
    112109
    113           if(b >= step)
    114            b -= step;
    115         }       
     110          if (b >= step)
     111            b -= step;
     112        }
    116113      }
    117114
Note: See TracChangeset for help on using the changeset viewer.