Skip to content
Snippets Groups Projects
Commit 2d4053cc authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Less verbosity in the scheduler

parent 990a8e98
No related branches found
No related tags found
2 merge requests!136Master,!79First version of the multiple time-stepping
...@@ -1020,9 +1020,6 @@ void scheduler_start(struct scheduler *s, unsigned int mask, unsigned int submas ...@@ -1020,9 +1020,6 @@ void scheduler_start(struct scheduler *s, unsigned int mask, unsigned int submas
s->mask = mask; s->mask = mask;
s->submask = submask | (1 << task_subtype_none); s->submask = submask | (1 << task_subtype_none);
message("mask: %d", s->mask);
message("submask: %d", s->submask);
/* Loop over the tasks and enqueue whoever is ready. */ /* Loop over the tasks and enqueue whoever is ready. */
// tic = getticks(); // tic = getticks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment