demo/disjoint_paths_demo.cc
changeset 2174 f9e43b5cc617
parent 2084 59769591eb60
child 2207 75a29ac69c19
     1.1 --- a/demo/disjoint_paths_demo.cc	Thu Aug 10 12:26:29 2006 +0000
     1.2 +++ b/demo/disjoint_paths_demo.cc	Thu Aug 10 13:52:56 2006 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4  using namespace std;
     1.5  
     1.6  Color color(bool b) {
     1.7 -  return b ? Color(1.0, 0.0, 0.0) : Color(0.0, 0.0, 0.0);
     1.8 +  return b ? RED : BLACK;
     1.9  }
    1.10  
    1.11  int main() {