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

[BUGFIX] Order of partial absorption was not respected #740

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

riclarsson
Copy link
Contributor

This fixes a bug in which the absorption by multiple species in propmat_clearsky_fieldCalc was jumbled.

The update also rearranges a few for-loops to be able to collapse them into a single OpenMP block because the addition of a new outer-most loop anyways warranted a collapse statement.

Sadly, the commit also changes the formatting of much of the file because whatever tool was run before did not respect the default formatter we are using. (This was probably my fault to begin with, because my VSCODE did not actually load the default file for quite some time last year.)

@riclarsson riclarsson added bug Issues that make the package feel broken 2.6 Tag to indicate this is a fix only applied to the stable 2.6 branch. labels Mar 19, 2024
@riclarsson riclarsson merged commit d526e27 into atmtools:v2.6.x Mar 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.6 Tag to indicate this is a fix only applied to the stable 2.6 branch. bug Issues that make the package feel broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant