mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-20 05:45:58 +00:00
Partially revert "const-correct cwt.c:cwavelet"
This reverts commit 0b5777fc4a.
> In cwt.h and cwt.c , s0 and dj are needed for reconstruction.
> Both of these variables may be needed if we are to add more wavelets.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void cwavelet(const double *y, int N, double dt, int mother, double param, int jtot, int npad,
|
||||
void cwavelet(const double *y, int N, double dt, int mother, double param, double s0, double dj, int jtot, int npad,
|
||||
double *wave, double *scale, double *period, double *coi);
|
||||
|
||||
void psi0(int mother, double param, double *val, int *real);
|
||||
|
||||
Reference in New Issue
Block a user