Skip to content

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

Open
melilly wants to merge 12 commits intoAMReX-Astro:mainfrom
melilly:descending-radius
Open

[WIP] Allow input files in massive_star that list largest radius first#87
melilly wants to merge 12 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

@melilly melilly marked this pull request as ready for review February 18, 2026 21:22
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

Comments