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

Remove converter, replace by macro pragma to generate overloads #43

Merged
merged 7 commits into from
Sep 13, 2024

Conversation

Vindaar
Copy link
Member

@Vindaar Vindaar commented Sep 13, 2024

Essentially, instead of relying on a converter to automatically convert an InterpolatorType to a NumContextProc, we now generate overloads (because we are lazy) for InterpolatorType for each of the integration routines that previously depended on the converter.

We could of course just write those converters by hand, too. 🙈

@HugoGranstrom HugoGranstrom merged commit c43c1c5 into SciNim:master Sep 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.

2 participants