equal
deleted
inserted
replaced
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(); |