Skip to content
Snippets Groups Projects
Commit f5c2d818 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

remove init task from cell struct.

parent 303590a8
No related branches found
No related tags found
1 merge request!327Rebuild criteria
......@@ -148,9 +148,6 @@ struct cell {
/*! Linked list of the tasks computing this cell's gravity forces. */
struct link *grav;
/*! The initialistation task */
struct task *init;
/*! The ghost task */
struct task *ghost;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment