Skip to content

[WIP] Allow input files in massive_star that list largest radius first#87

Draft
melilly wants to merge 11 commits intoAMReX-Astro:mainfrom
melilly:descending-radius
Draft

[WIP] Allow input files in massive_star that list largest radius first#87
melilly wants to merge 11 commits intoAMReX-Astro:mainfrom
melilly:descending-radius

Conversation

@melilly
Copy link
Contributor

@melilly melilly commented Feb 13, 2026

No description provided.

initial_model.state(smallest_r_index, model::idens);

for (int i = 1; i < initial_model.npts-1; ++i) {
for (int i = 1; i < initial_model.npts; ++i) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed off-by-one error here. didn't impact anything else, just listed total mass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants