Skip to content

Commit

Permalink
remove spurious printf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu94 committed Feb 21, 2020
1 parent a314ef2 commit eff58e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sz/src/szd_double.c
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,6 @@ size_t decompressDataSeries_double_3D_RA_block(double * data, double mean, size_

void decompressDataSeries_double_2D_nonblocked_with_blocked_regression(double** data, size_t r1, size_t r2, unsigned char* comp_data, double* hist_data){

printf("decompressDataSeries_double_2D_nonblocked_with_blocked_regression\n");
size_t dim0_offset = r2;
size_t num_elements = r1 * r2;

Expand Down

0 comments on commit eff58e1

Please sign in to comment.