amirgholami / accfft

A Massively Parallel FFT Library for CPU/GPU
http://accfft.org
GNU General Public License v2.0
54 stars 18 forks source link

fix ulong -> unsigned long #8

Closed jeffhammond closed 8 years ago

jeffhammond commented 8 years ago

ulong is not a standard C/C++ type. i assume it should be unsigned long.