Skip to content

Commit

Permalink
Merge pull request #52 from robertu94/master
Browse files Browse the repository at this point in the history
remove spurious printf
  • Loading branch information
disheng222 authored Feb 21, 2020
2 parents 0d33ccd + eff58e1 commit 53997a3
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 53997a3

Please sign in to comment.