Skip to content
Snippets Groups Projects
Commit 4a28773d authored by Amine El Messaoudi's avatar Amine El Messaoudi
Browse files

deferred wake up date fix

parent 98aa2bf2
Branches
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ public class task_service {
}
else if(((ptask_tracepoint) tr).getState().equals("\"e_wait_activation\"")) {
t.setState(true);
t.setStart(tr.getTime().getTime("seconde"));
events.add(new t_event(Types.START, tr.getTime().getTime("seconde")));
period = 0.0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment