Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small binary_history_fix #750

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Small binary_history_fix #750

merged 2 commits into from
Nov 13, 2024

Conversation

matthiasfabry
Copy link
Contributor

Akin to star/history.f90, this stop the warning that user-defined columns are not being found when fetching data for pgbinary

@warrickball
Copy link
Contributor

For anyone looking for the equivalent code in star, see e.g.

mesa/star/private/history.f90

Lines 3145 to 3154 in 5ce4f75

subroutine get_history_specs(s, num, names, specs, report)
use utils_lib
use utils_def
type (star_info), pointer :: s
integer, intent(in) :: num
character (len = *), intent(in) :: names(:)
integer, intent(out) :: specs(:)
logical, intent(in) :: report

@pmocz
Copy link
Member

pmocz commented Nov 3, 2024

@matthiasfabry, you may merge in when ready!

@matthiasfabry matthiasfabry merged commit 827efa2 into main Nov 13, 2024
3 checks passed
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.

3 participants