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

Removed tracking of tasks

parent f1cffac6
Branches
Tags
2 merge requests!136Master,!79First version of the multiple time-stepping
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include "timers.h" #include "timers.h"
#include "timestep.h" #include "timestep.h"
struct task *store = NULL; //struct task *store = NULL;
/* Include the right variant of the SPH interactions */ /* Include the right variant of the SPH interactions */
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "kernel.h" #include "kernel.h"
#include "timers.h" #include "timers.h"
extern struct task *store; //extern struct task *store;
/** /**
* @brief Add an unlock_task to the given task. * @brief Add an unlock_task to the given task.
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "error.h" #include "error.h"
#include "lock.h" #include "lock.h"
struct task *store; //struct task *store;
/* Task type names. */ /* Task type names. */
const char *taskID_names[task_type_count] = { const char *taskID_names[task_type_count] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment