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
593763c1
Commit
593763c1
authored
Dec 18, 2018
by
Matthieu Schaller
Browse files
Add group name for the time-step limiter tasks in the dependency plot.
parent
3fedde40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
593763c1
...
...
@@ -660,6 +660,9 @@ void task_get_group_name(int type, int subtype, char *cluster) {
case
task_subtype_grav
:
strcpy
(
cluster
,
"Gravity"
);
break
;
case
task_subtype_limiter
:
strcpy
(
cluster
,
"Timestep_limiter"
);
break
;
case
task_subtype_stars_density
:
strcpy
(
cluster
,
"Stars"
);
break
;
...
...
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