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
56e1e2ae
Commit
56e1e2ae
authored
Oct 12, 2016
by
Peter W. Draper
Browse files
task_type_grav_external is now a subtype, so don't use
parent
1c1d49f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
56e1e2ae
...
...
@@ -2012,8 +2012,7 @@ void engine_marktasks_mapper(void *map_data, int num_elements,
/* Single-cell task? */
if
(
t
->
type
==
task_type_self
||
t
->
type
==
task_type_ghost
||
t
->
type
==
task_type_extra_ghost
||
t
->
type
==
task_type_grav_external
||
t
->
type
==
task_type_cooling
||
t
->
type
==
task_type_extra_ghost
||
t
->
type
==
task_type_cooling
||
t
->
type
==
task_type_sourceterms
||
t
->
type
==
task_type_sub_self
)
{
/* Set this task's skip. */
...
...
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