mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-18 04:49:02 +00:00
commit : debugging waux
This commit is contained in:
@@ -116,6 +116,7 @@ void getDWTDetail(wt_object wt, double *detail, int N, int level) {
|
||||
|
||||
if (level > J || level < 1) {
|
||||
printf("The decomposition only has 1,..,%d levels", J);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
iter = wt->length[0];
|
||||
|
||||
Reference in New Issue
Block a user