Skip to content
Snippets Groups Projects
Commit e626fffc authored by Mladen Ivkovic's avatar Mladen Ivkovic
Browse files

gravity_end_force is now recognized as a gravity task

parent 8f06da66
No related branches found
No related tags found
1 merge request!1183gravity_end_force is now recognized as a gravity task
......@@ -268,7 +268,7 @@ def task_is_hydro(name):
return True
if "gradient" in name:
return True
if "force" in name:
if "force" in name and "grav" not in name:
return True
if "xv" in name and "bpart" not in name:
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment