diff -r 411819b8702c -r e5af35e6c93f test/max_flow_test.cc --- a/test/max_flow_test.cc Fri Mar 23 16:09:27 2018 +0100 +++ b/test/max_flow_test.cc Wed Oct 17 19:18:04 2018 +0200 @@ -419,7 +419,7 @@ checkMaxFlowAlg >(test_lgf, 13); checkMaxFlowAlg >(test_lgf, 13); - checkMaxFlowAlg >(test_lgf_float, 0.3); + checkMaxFlowAlg >(test_lgf_float, 0.3f); checkMaxFlowAlg >(test_lgf_float, 0.3); checkInitPreflow(); @@ -433,7 +433,7 @@ checkMaxFlowAlg >(test_lgf, 13); checkMaxFlowAlg >(test_lgf, 13); - checkMaxFlowAlg >(test_lgf_float, 0.3); + checkMaxFlowAlg >(test_lgf_float, 0.3f); checkMaxFlowAlg >(test_lgf_float, 0.3); return 0;