commit : debugging waux

This commit is contained in:
Rafat Hussain
2017-09-25 16:45:09 +05:30
parent 6e74f8a230
commit e2f6ddafe0
2 changed files with 1 additions and 1 deletions

View File

@@ -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];