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

[WIP] Better scanning #44

Merged
merged 6 commits into from
Apr 12, 2020
Merged

[WIP] Better scanning #44

merged 6 commits into from
Apr 12, 2020

Conversation

ziotom78
Copy link
Contributor

The current interface for genpointings always allocates the arrays used to return directions and orientations. This PR aims to implement a set of functions similar to those implemented in Harlequin.jl: a genpointings! function that re-uses arrays passed as parameters, and a genpointings function that allocates the result arrays and fills them using genpointings!.

The work is still WIP because I'm taking advantage of this to fix some other stuff in genpointings, like a more consistent way to name keyword operators and some fixes to the documentation.

@ziotom78 ziotom78 merged commit dd6362a into master Apr 12, 2020
@ziotom78 ziotom78 deleted the better_scanning branch April 12, 2020 08:22
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.

None yet

1 participant