Merge branch 'no_task_mask' into 'master'
No task mask Implementation of #235. There is no such thing as a task mask any more. All tasks in the scheduler get enqueued and executed provided they have not had their skip flag set. For the special case of the 0th time-step (where we don't compute forces nor kick) there is an extra function in the engine that will set these tasks to be skipped. See merge request !276
Please register or sign in to comment