From 7602ce558e893783de1e8fbae8a785ee741f99c5 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 14 Feb 2019 17:46:55 +0100
Subject: [PATCH] Add a new task type for the drifting of sparts.

---
 src/task.c | 1 +
 src/task.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/task.c b/src/task.c
index d85587458f..036e816715 100644
--- a/src/task.c
+++ b/src/task.c
@@ -61,6 +61,7 @@ const char *taskID_names[task_type_count] = {"none",
                                              "ghost_out",
                                              "extra_ghost",
                                              "drift_part",
+					     "drift_spart",
                                              "drift_gpart",
                                              "drift_gpart_out",
                                              "end_force",
diff --git a/src/task.h b/src/task.h
index 2ed07e6178..e3e733ed31 100644
--- a/src/task.h
+++ b/src/task.h
@@ -52,6 +52,7 @@ enum task_types {
   task_type_ghost_out, /* Implicit */
   task_type_extra_ghost,
   task_type_drift_part,
+  task_type_drift_spart,
   task_type_drift_gpart,
   task_type_drift_gpart_out, /* Implicit */
   task_type_end_force,
-- 
GitLab