lemon/color.cc
changeset 209 765619b7cbb2
parent 128 7cd965d2257f
child 440 88ed40ad0d4f
     1.1 --- a/lemon/color.cc	Sun Jul 13 16:46:56 2008 +0100
     1.2 +++ b/lemon/color.cc	Sun Jul 13 19:51:02 2008 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4 -/* -*- C++ -*-
     1.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     1.6   *
     1.7 - * This file is a part of LEMON, a generic C++ optimization library
     1.8 + * This file is a part of LEMON, a generic C++ optimization library.
     1.9   *
    1.10   * Copyright (C) 2003-2008
    1.11   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.12 @@ -24,7 +24,7 @@
    1.13  namespace lemon {
    1.14  
    1.15    const Color WHITE(1,1,1);
    1.16 -  
    1.17 +
    1.18    const Color BLACK(0,0,0);
    1.19    const Color RED(1,0,0);
    1.20    const Color GREEN(0,1,0);
    1.21 @@ -40,5 +40,5 @@
    1.22    const Color DARK_YELLOW(.5,.5,0);
    1.23    const Color DARK_MAGENTA(.5,0,.5);
    1.24    const Color DARK_CYAN(0,.5,.5);
    1.25 -    
    1.26 +
    1.27  } //namespace lemon