Skip to content
Snippets Groups Projects
Commit c7846c5a authored by Jean-Christophe Routier's avatar Jean-Christophe Routier
Browse files

minor : fix trace nb round

parent ee8036cd
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ class Supervisor(val pb : DCOP, val algorithm: Algorithm, val initialContext: Co ...@@ -176,7 +176,7 @@ class Supervisor(val pb : DCOP, val algorithm: Algorithm, val initialContext: Co
//when it receives its own decison that it should continue //when it receives its own decison that it should continue
case Event(ContinueAlgo, status) => { case Event(ContinueAlgo, status) => {
println(s" ${Supervisor.counter}/${Supervisor.NB_ROUNDS} ************************************************************************") println(s" ${Supervisor.incrementCounter()}/${Supervisor.NB_ROUNDS} ************************************************************************")
val newStatus: SupervisorStatus = status.resetContext() val newStatus: SupervisorStatus = status.resetContext()
unstashAll unstashAll
goto(RunningSupervisorState) using newStatus goto(RunningSupervisorState) using newStatus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment