ludvigak / FINUFFT.jl

Julia interface to the nonuniform FFT library FINUFFT
Other
33 stars 9 forks source link

finufft_setpts should be finufft_setpts! #34

Closed ahbarnett closed 2 years ago

ahbarnett commented 3 years ago

SInce this modifies the plan, in Julia it is more natural to have a bang (!) in the function name. A minor tweak. Only affects guru interface. But now is a good time to do it since we just brought to master...

ahbarnett commented 3 years ago

same for finufft_destroy! Check style guide for object destructor in Julia.