CaNS-World / CaNS

A code for fast, massively-parallel direct numerical simulations (DNS) of canonical flows
MIT License
197 stars 69 forks source link

fixes bug in the GPU signal processing routines #56

Closed p-costa closed 1 year ago

p-costa commented 1 year ago

The extents of a loop in the signal processing GPU routines were not being properly initialized.

Thanks @romerojosh for helping me track this bug!