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
bb0d678e
Commit
bb0d678e
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes.
parent
1843c8b1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!805
Communication tasks for on-the-fly star formation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/engine_maketasks.c
+4
-0
4 additions, 0 deletions
src/engine_maketasks.c
with
4 additions
and
0 deletions
src/engine_maketasks.c
+
4
−
0
View file @
bb0d678e
...
...
@@ -232,7 +232,9 @@ void engine_addtasks_send_hydro(struct engine *e, struct cell *ci,
* @param ci The sending #cell.
* @param cj Dummy cell containing the nodeID of the receiving node.
* @param t_feedback The send_feed #task, if it has already been created.
* @param t_sf_counts The send_sf_counts, if it has been created.
* @param t_ti The recv_ti_end #task, if it has already been created.
* @param with_star_formation Are we running with star formation on?
*/
void
engine_addtasks_send_stars
(
struct
engine
*
e
,
struct
cell
*
ci
,
struct
cell
*
cj
,
struct
task
*
t_feedback
,
...
...
@@ -471,7 +473,9 @@ void engine_addtasks_recv_hydro(struct engine *e, struct cell *c,
* @param e The #engine.
* @param c The foreign #cell.
* @param t_feedback The recv_feed #task, if it has already been created.
* @param t_sf_counts The recv_sf_counts, if it has been created.
* @param t_ti The recv_ti_end #task, if it has already been created.
* @param with_star_formation Are we running with star formation on?
*/
void
engine_addtasks_recv_stars
(
struct
engine
*
e
,
struct
cell
*
c
,
struct
task
*
t_feedback
,
...
...
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