test/max_flow_test.cc
changeset 1396 61fdd06833a6
parent 1385 8db773f19586
     1.1 --- a/test/max_flow_test.cc	Wed Oct 17 18:56:39 2018 +0200
     1.2 +++ b/test/max_flow_test.cc	Mon Oct 15 23:22:18 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;