cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Make `AutomaticLaunchParams` Member Variables Private #368

Closed bcaddy closed 3 months ago

bcaddy commented 5 months ago

@ojwg pointed out that threadsPerBlock and numBlocks were public, non-const, member variables of AutomaticLaunchParams which leaves them open to misuse. Now they're both private and are effectively read only through getters.