Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
7602ce55
Commit
7602ce55
authored
Feb 14, 2019
by
Matthieu Schaller
Browse files
Add a new task type for the drifting of sparts.
parent
0677c7fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
7602ce55
...
...
@@ -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"
,
...
...
src/task.h
View file @
7602ce55
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment