fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Make Matlab mex files single threaded #20

Closed felixdollack closed 1 year ago

felixdollack commented 1 year ago

This is a temporary solution for #17 tested on macOS 12.15.1 with Matlab 2022b.

The following function calls have been commented out to avoid crashing:

Furthermore, PI was redefined in fcwtplan.cpp (originally defined in fcwt.h) and the variable c0 in fcwtplan.cpp was undefined.