Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
34afd6b1
Commit
34afd6b1
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Removed unwanted changes in 'engine_maketask'.
parent
121c756a
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!787
Eagle stellar evolution matthieu
,
!781
Eagle stellar evolution
,
!778
Fix default models
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/engine_maketasks.c
+2
-3
2 additions, 3 deletions
src/engine_maketasks.c
with
2 additions
and
3 deletions
src/engine_maketasks.c
+
2
−
3
View file @
34afd6b1
...
...
@@ -577,9 +577,6 @@ void engine_addtasks_recv_timestep(struct engine *e, struct cell *c,
}
}
for
(
struct
link
*
l
=
c
->
stars
.
feedback
;
l
!=
NULL
;
l
=
l
->
next
)
scheduler_addunlock
(
s
,
l
->
t
,
t_ti
);
for
(
struct
link
*
l
=
c
->
stars
.
feedback
;
l
!=
NULL
;
l
=
l
->
next
)
scheduler_addunlock
(
s
,
l
->
t
,
t_ti
);
...
...
@@ -1429,8 +1426,10 @@ void engine_link_gravity_tasks(struct engine *e) {
* @param density The density task to link.
* @param gradient The gradient task to link.
* @param force The force task to link.
* @param limiter The limiter task to link.
* @param c The cell.
* @param with_cooling Do we have a cooling task ?
* @param with_limiter Do we have a time-step limiter ?
*/
static
inline
void
engine_make_hydro_loops_dependencies
(
struct
scheduler
*
sched
,
struct
task
*
density
,
struct
task
*
gradient
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment