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
9dc8c981
Commit
9dc8c981
authored
4 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Compile with the correct star model when using the QLA subgrid. Code formatting
parent
5cd06dcd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
src/black_holes/EAGLE/black_holes_io.h
+2
-2
2 additions, 2 deletions
src/black_holes/EAGLE/black_holes_io.h
with
3 additions
and
3 deletions
configure.ac
+
1
−
1
View file @
9dc8c981
...
@@ -1605,7 +1605,7 @@ case "$with_subgrid" in
...
@@ -1605,7 +1605,7 @@ case "$with_subgrid" in
with_subgrid_chemistry=QLA
with_subgrid_chemistry=QLA
with_subgrid_tracers=none
with_subgrid_tracers=none
with_subgrid_entropy_floor=QLA
with_subgrid_entropy_floor=QLA
with_subgrid_stars=
none
with_subgrid_stars=
basic
with_subgrid_star_formation=QLA
with_subgrid_star_formation=QLA
with_subgrid_feedback=none
with_subgrid_feedback=none
with_subgrid_black_holes=none
with_subgrid_black_holes=none
...
...
This diff is collapsed.
Click to expand it.
src/black_holes/EAGLE/black_holes_io.h
+
2
−
2
View file @
9dc8c981
...
@@ -210,8 +210,8 @@ INLINE static void black_holes_write_particles(const struct bpart* bparts,
...
@@ -210,8 +210,8 @@ INLINE static void black_holes_write_particles(const struct bpart* bparts,
"Physical instantaneous accretion rates of the particles"
);
"Physical instantaneous accretion rates of the particles"
);
list
[
11
]
=
io_make_output_field
(
list
[
11
]
=
io_make_output_field
(
"TotalAccretedMasses"
,
FLOAT
,
1
,
UNIT_CONV_MASS
,
0
.
f
,
"TotalAccretedMasses"
,
FLOAT
,
1
,
UNIT_CONV_MASS
,
0
.
f
,
bparts
,
bparts
,
total_accreted_mass
,
total_accreted_mass
,
"Total mass accreted onto the particles since its birth"
);
"Total mass accreted onto the particles since its birth"
);
list
[
12
]
=
io_make_output_field
(
list
[
12
]
=
io_make_output_field
(
...
...
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