test/max_flow_test.cc
branch1.3
changeset 1178 e5af35e6c93f
parent 1163 8db773f19586
     1.1 --- a/test/max_flow_test.cc	Fri Mar 23 16:09:27 2018 +0100
     1.2 +++ b/test/max_flow_test.cc	Wed Oct 17 19:18:04 2018 +0200
     1.3 @@ -419,7 +419,7 @@
     1.4    checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf, 13);
     1.5    checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf, 13);
     1.6  
     1.7 -  checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf_float, 0.3);
     1.8 +  checkMaxFlowAlg<PType2, PreflowStartFunctions<PType2> >(test_lgf_float, 0.3f);
     1.9    checkMaxFlowAlg<PType3, PreflowStartFunctions<PType3> >(test_lgf_float, 0.3);
    1.10  
    1.11    checkInitPreflow();
    1.12 @@ -433,7 +433,7 @@
    1.13    checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf, 13);
    1.14    checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf, 13);
    1.15  
    1.16 -  checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf_float, 0.3);
    1.17 +  checkMaxFlowAlg<EKType2, GeneralStartFunctions<EKType2> >(test_lgf_float, 0.3f);
    1.18    checkMaxFlowAlg<EKType3, GeneralStartFunctions<EKType3> >(test_lgf_float, 0.3);
    1.19  
    1.20    return 0;