max_flow = 0.0f;
in_on_zero = 0;
in_ready = 0;
- actual_flow = 999999;
+ actual_flow = INFINITO;
updated = false;
}
if (updated) return;
// Seteo mi actualizar en true para evitar entrar de nuevo
- // FIXME : 99999 == INFINITO!!
- actual_flow = 99999;
+ actual_flow = INFINITO;
updated = true;
switch (dir) {
case IN: