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

Removed the limiter_in/limiter_out tasks from the cell structure.

parent d193a501
No related branches found
No related tags found
1 merge request!956Fully implement the timestep limiter (non MPI)
...@@ -362,12 +362,6 @@ struct cell { ...@@ -362,12 +362,6 @@ struct cell {
/*! Linked list of the tasks computing this cell's limiter. */ /*! Linked list of the tasks computing this cell's limiter. */
struct link *limiter; struct link *limiter;
/*! Dependency implicit task for the time-step limiter (in->limiter->out)*/
struct task *limiter_in;
/*! Dependency implicit task for the time-step limiter (in->limiter->out)*/
struct task *limiter_out;
/*! Dependency implicit task for the ghost (in->ghost->out)*/ /*! Dependency implicit task for the ghost (in->ghost->out)*/
struct task *ghost_in; struct task *ghost_in;
... ...
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* Time integration constants. */ /* Time integration constants. */
#define const_max_u_change 0.1f #define const_max_u_change 0.1f
#define ICHECK 142844 #define ICHECK 116567
/* I/O Constant; this determines the relative tolerance between the value of /* I/O Constant; this determines the relative tolerance between the value of
* redshift read from the snapshot, and the value from the parameter file. This * redshift read from the snapshot, and the value from the parameter file. This
... ...
......
File changed. Contains only whitespace changes. Show whitespace changes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment