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
0688ed88
Commit
0688ed88
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Correct typo in error message and forgotten debugging branch.
parent
6ec5cfdf
No related branches found
No related tags found
1 merge request
!805
Communication tasks for on-the-fly star formation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/engine_maketasks.c
+0
-4
0 additions, 4 deletions
src/engine_maketasks.c
src/feedback/EAGLE/feedback_iact.h
+1
-1
1 addition, 1 deletion
src/feedback/EAGLE/feedback_iact.h
with
1 addition
and
5 deletions
src/engine_maketasks.c
+
0
−
4
View file @
0688ed88
...
...
@@ -291,10 +291,6 @@ void engine_addtasks_send_stars(struct engine *e, struct cell *ci,
scheduler_addunlock
(
s
,
ci
->
hydro
.
super
->
stars
.
drift
,
t_feedback
);
scheduler_addunlock
(
s
,
ci
->
super
->
timestep
,
t_ti
);
/* Update the stars counts before you send them */
if
(
with_star_formation
&&
ci
->
hydro
.
count
>
0
)
{
}
}
engine_addlink
(
e
,
&
ci
->
mpi
.
send
,
t_feedback
);
...
...
This diff is collapsed.
Click to expand it.
src/feedback/EAGLE/feedback_iact.h
+
1
−
1
View file @
0688ed88
...
...
@@ -116,7 +116,7 @@ runner_iact_nonsym_feedback_apply(const float r2, const float *dx,
#ifdef SWIFT_DEBUG_CHECKS
if
(
Omega_frac
<
0
.
||
Omega_frac
>
1
.)
error
(
"Invalid fraction of material to d
s
itribute. Omega_frac=%e"
,
error
(
"Invalid fraction of material to di
s
tribute. Omega_frac=%e"
,
Omega_frac
);
#endif
...
...
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