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

Fix missing argument to linalg_invert_inplace_ call in linalg_invert_split #880

Merged
merged 2 commits into from
Oct 6, 2024

Conversation

cyrilgandon
Copy link

@cyrilgandon cyrilgandon commented Oct 4, 2024

During the fix of unused-dummy-argument in #879, I see this case where the pivot argument is not used, but it seems it should be definitely be passed to the linalg_invert_inplace function.

I made a different PR since it is no longer a refactoring but a real fix.

Cyril Gandon and others added 2 commits October 4, 2024 08:07
There is also a typo in line 167: probably not previously catched due to the implicit real<->complex conversion
@jalvesz
Copy link
Contributor

jalvesz commented Oct 4, 2024

Thanks for this fix @cyrilgandon! LGTM

Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

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

Good catch

@jvdp1
Copy link
Member

jvdp1 commented Oct 6, 2024

Thank you @cyrilgandon. With 3 approvals, I will merge this PR.

@jvdp1 jvdp1 merged commit 2db51d1 into fortran-lang:master Oct 6, 2024
16 checks passed
@cyrilgandon cyrilgandon deleted the fix_pivot_missing branch October 8, 2024 07:51
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.

5 participants