]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Model/src/pump.cpp
* Se agregan #ifdef DEBUG a los simulate() del modelo, para poder sacar
[z.facultad/75.42/plaqui.git] / Model / src / pump.cpp
index fb355a06e23c9c167a6136b6106bc758b997e1ab..679866f02c4f080118b8a3e286b7e781eeb535ba 100644 (file)
@@ -36,7 +36,9 @@ void Pump::update(int dir)
 
 void Pump::simulate()
 {
+#ifdef DEBUG
        std::cout << ((active && open)?" (funcionando)":" (apagada)") << std::endl;
+#endif
        updated = false;
 }