test/circulation_test.cc
changeset 955 7f6e2bd76654
parent 658 85cb3aa71cce
child 956 141f9c0db4a3
equal deleted inserted replaced
5:c6eafc5cc36e 6:72650533020b
    85   circ_test
    85   circ_test
    86     .lowerMap(lcap)
    86     .lowerMap(lcap)
    87     .upperMap(ucap)
    87     .upperMap(ucap)
    88     .supplyMap(supply)
    88     .supplyMap(supply)
    89     .flowMap(flow);
    89     .flowMap(flow);
       
    90   
       
    91   const CirculationType::Elevator& elev = const_circ_test.elevator();
       
    92   circ_test.elevator(const_cast<CirculationType::Elevator&>(elev));
       
    93   CirculationType::Tolerance tol = const_circ_test.tolerance();
       
    94   circ_test.tolerance(tol);
    90 
    95 
    91   circ_test.init();
    96   circ_test.init();
    92   circ_test.greedyInit();
    97   circ_test.greedyInit();
    93   circ_test.start();
    98   circ_test.start();
    94   circ_test.run();
    99   circ_test.run();