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

Add group name for the time-step limiter tasks in the dependency plot.

parent 3fedde40
No related branches found
No related tags found
1 merge request!701Timestep limiter upgrade
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment