stdcpp/tsrc/Boost_test/graph/src/floyd_warshall_test.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- a/stdcpp/tsrc/Boost_test/graph/src/floyd_warshall_test.cpp	Fri Apr 16 16:46:38 2010 +0300
+++ b/stdcpp/tsrc/Boost_test/graph/src/floyd_warshall_test.cpp	Mon May 03 14:06:43 2010 +0300
@@ -133,7 +133,7 @@
     }
 
 
-    bool bellman, floyd1, floyd2, floyd3;
+    bool bellman = true, floyd1 = true, floyd2 = true, floyd3 = true;
     std::less<int> compare;
     inf_plus<int> combine;
     floyd1 =
@@ -310,7 +310,7 @@
     }
 
 
-    bool bellman, floyd1, floyd2, floyd3;
+    bool bellman = true, floyd1 = true, floyd2 = true, floyd3 = true;
     std::less<int> compare;
     inf_plus<int> combine;
     floyd1 =