lemon/preflow.h
changeset 2386 81b47fc5c444
parent 2376 0ed45a6c74b1
child 2387 317b9a88c350
     1.1 --- a/lemon/preflow.h	Fri Mar 02 17:56:22 2007 +0000
     1.2 +++ b/lemon/preflow.h	Fri Mar 02 18:04:28 2007 +0000
     1.3 @@ -234,8 +234,8 @@
     1.4      ///give minimum value cuts unless calling \ref phase2().
     1.5      void phase1()
     1.6      {
     1.7 -      int heur0=(int)(H0*_node_num);  //time while running 'bound decrease'
     1.8 -      int heur1=(int)(H1*_node_num);  //time while running 'highest label'
     1.9 +      int heur0=int(H0*_node_num);  //time while running 'bound decrease'
    1.10 +      int heur1=int(H1*_node_num);  //time while running 'highest label'
    1.11        int heur=heur1;         //starting time interval (#of relabels)
    1.12        int numrelabel=0;
    1.13