COIN-OR::LEMON - Graph Library

Changeset 209:765619b7cbb2 in lemon-1.2 for lemon/color.cc


Ignore:
Timestamp:
07/13/08 20:51:02 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Apply unify-sources.sh to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/color.cc

    r128 r209  
    1 /* -*- C++ -*-
     1/* -*- mode: C++; indent-tabs-mode: nil; -*-
    22 *
    3  * This file is a part of LEMON, a generic C++ optimization library
     3 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    55 * Copyright (C) 2003-2008
     
    2525
    2626  const Color WHITE(1,1,1);
    27  
     27
    2828  const Color BLACK(0,0,0);
    2929  const Color RED(1,0,0);
     
    4141  const Color DARK_MAGENTA(.5,0,.5);
    4242  const Color DARK_CYAN(0,.5,.5);
    43    
     43
    4444} //namespace lemon
Note: See TracChangeset for help on using the changeset viewer.