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
429cd2d3
Commit
429cd2d3
authored
Sep 21, 2016
by
Tom Theuns
Browse files
updated engince.c
parent
f6e682ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
429cd2d3
...
...
@@ -1799,7 +1799,6 @@ void engine_make_extra_hydroloop_tasks(struct engine *e) {
/* Cooling tasks should depend on kick and unlock sourceterms */
else
if
(
t
->
type
==
task_type_cooling
)
{
scheduler_addunlock
(
sched
,
t
->
ci
->
kick
,
t
);
scheduler_addunlock
(
sched
,
t
->
ci
->
sourceterms
,
t
);
}
/* source terms depend on cooling if performed, else on kick. It is the last
task */
...
...
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