test/suurballe_test.cc
changeset 1171 7e368d9b67f7
parent 670 7c1324b35d89
child 1172 c18ed26f016c
child 1173 d216e1c8b3fa
child 1257 3e711ee55d31
equal deleted inserted replaced
4:f4252eba5ebf 10:b0c30a5d95ba
   105   k = suurb_test.findFlow(n, k);
   105   k = suurb_test.findFlow(n, k);
   106   suurb_test.findPaths();
   106   suurb_test.findPaths();
   107   
   107   
   108   int f;
   108   int f;
   109   VType c;
   109   VType c;
       
   110   ignore_unused_variable_warning(f,c);
       
   111 
   110   c = const_suurb_test.totalLength();
   112   c = const_suurb_test.totalLength();
   111   f = const_suurb_test.flow(e);
   113   f = const_suurb_test.flow(e);
   112   const SuurballeType::FlowMap& fm =
   114   const SuurballeType::FlowMap& fm =
   113     const_suurb_test.flowMap();
   115     const_suurb_test.flowMap();
   114   c = const_suurb_test.potential(n);
   116   c = const_suurb_test.potential(n);