In the current implementation, `ntheta` is always defined by `nr`; see https://github.com/mknaranja/GMGPolar/blob/main/src/create_grid_polar.cpp#L234 If ntheta (and anisotropy in theta) is actually used, we need also to consider: https://github.com/mknaranja/GMGPolar/issues/42
In the current implementation,
nthetais always defined bynr; see https://github.com/mknaranja/GMGPolar/blob/main/src/create_grid_polar.cpp#L234If ntheta (and anisotropy in theta) is actually used, we need also to consider: #42