wt2 examples added

This commit is contained in:
Rafat Hussain
2019-04-06 08:39:01 +05:30
parent 8580e896da
commit 2ef5c81d82
5 changed files with 269 additions and 2 deletions

View File

@@ -4250,7 +4250,7 @@ void wt2_summary(wt2_object wt) {
t += 1;
printf("Vertical Coefficients access at wt->coeffaccess[%d]=%d, Vector size:%d \n", t, wt->coeffaccess[t], vsize);
t += 1;
printf("Detail Coefficients access at wt->coeffaccess[%d]=%d, Vector size:%d \n\n", t, wt->coeffaccess[t], vsize);
printf("Diagonal Coefficients access at wt->coeffaccess[%d]=%d, Vector size:%d \n\n", t, wt->coeffaccess[t], vsize);
}
}