diff -r f425c93848fa -r 61fdd06833a6 test/max_flow_test.cc --- a/test/max_flow_test.cc Wed Oct 17 18:56:39 2018 +0200 +++ b/test/max_flow_test.cc Mon Oct 15 23:22:18 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;