]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/src/conduct.cpp
Se agrega docs de instalaciĆ³n.
[z.facultad/75.42/plaqui.git] / Model / src / conduct.cpp
index f278904ed7dc1156db9e0196da86bec0e94ca343..bc0e3f352a2a341644967fd104a0969457b30601 100644 (file)
@@ -63,6 +63,11 @@ void Conduct::simulate()
                return;
        }
 
                return;
        }
 
+       std::list<IConector *>::iterator i = in_list.begin();
+       if (i != in_list.end()) {
+               PlantItem *o = (PlantItem *)(*i);
+               set_color( o->get_color() );
+       }
        std::cout << name << "::Flujo actual = " << actual_flow << " de " << max_flow << std::endl;
        updated = false;
 }
        std::cout << name << "::Flujo actual = " << actual_flow << " de " << max_flow << std::endl;
        updated = false;
 }