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

Refactor SphericalVector interpolation method to use array::ArrayViewVariant. #227

Merged

Conversation

odlomax
Copy link
Contributor

@odlomax odlomax commented Sep 25, 2024

This is the last of this batch of PRs that refactors the SphericalVector interpolation method. Here we've used std::visit on ArrayViewVariant to resolve the rank and type of the arrays instead of several verbose if statements and function overloads.

This PR depends on PRs #220, #223, #224 and #226. It closes issue #217.

@odlomax odlomax force-pushed the feature/refactor_spherical_vector branch 2 times, most recently from a065858 to 5098968 Compare October 14, 2024 10:04
Copy link
Member

@wdeconinck wdeconinck left a comment

Choose a reason for hiding this comment

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

nice!

@wdeconinck wdeconinck merged commit 6a87b21 into ecmwf:develop Oct 14, 2024
159 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants