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

Removed tracking of tasks

parent f1cffac6
No related branches found
No related tags found
2 merge requests!136Master,!79First version of the multiple time-stepping
......@@ -44,7 +44,7 @@
#include "timers.h"
#include "timestep.h"
struct task *store = NULL;
//struct task *store = NULL;
/* Include the right variant of the SPH interactions */
......
......@@ -46,7 +46,7 @@
#include "kernel.h"
#include "timers.h"
extern struct task *store;
//extern struct task *store;
/**
* @brief Add an unlock_task to the given task.
......
......@@ -41,7 +41,7 @@
#include "error.h"
#include "lock.h"
struct task *store;
//struct task *store;
/* Task type names. */
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