Interface Checkpoint 2 - Remove Lints
This commit is contained in:
@@ -355,9 +355,10 @@ bool Vortex::simulate(std::string file_to_simulate)
|
||||
// unsigned cycles;
|
||||
counter = 0;
|
||||
while (this->stop && ((counter < 5)))
|
||||
// while (this->stats_total_cycles <= 30)
|
||||
{
|
||||
|
||||
// std::cout << "************* Cycle: " << cycle << "\n";
|
||||
// std::cout << "************* Cycle: " << (this->stats_total_cycles) << "\n";
|
||||
istop = ibus_driver();
|
||||
// dstop = !dbus_driver();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user