X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f5a1e732bf3907cabd004932aba3256b31d9d282..025f50123cb4ffad9847ea588967314e6aec0567:/Model/src/main.cpp diff --git a/Model/src/main.cpp b/Model/src/main.cpp index a656492..8671daa 100644 --- a/Model/src/main.cpp +++ b/Model/src/main.cpp @@ -19,11 +19,14 @@ int main(int argc, char *argv[]) Simulator *sim = new Simulator(argv[1]); int i=0; - while (i<10) { + while (i<5) { + if (i==1) { + sim->set_open("exclusa6", false); + std::cout << "apagando" << std::endl; + } + i++; sim->simulate(); - std::cout << sim->get_state_as_xml() << std::endl << std::endl; - i++; } delete sim;