Skip to content

Commit

Permalink
fix a typo in usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheng Di committed Nov 11, 2018
1 parent 12c9356 commit 7beb8c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/sz.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void usage()
printf("* error control: (the error control parameters here will overwrite the setting in sz.config)\n");
printf(" -M <error bound mode> : 10 options as follows. \n");
printf(" ABS (absolute error bound)\n");
printf(" REL (value range based error bound\n");
printf(" REL (value range based error bound)\n");
printf(" ABS_AND_REL (using min{ABS, REL})\n");
printf(" ABS_OR_REL (using max{ABS, REL})\n");
printf(" PSNR (peak signal-to-noise ratio)\n");
Expand Down
2 changes: 1 addition & 1 deletion example/sz_gsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void usage()
printf("* error control: (the error control parameters here will overwrite the setting in sz.config)\n");
printf(" -M <error bound mode> : 10 options as follows. \n");
printf(" ABS (absolute error bound)\n");
printf(" REL (value range based error bound\n");
printf(" REL (value range based error bound)\n");
printf(" ABS_AND_REL (using min{ABS, REL})\n");
printf(" ABS_OR_REL (using max{ABS, REL})\n");
printf(" PSNR (peak signal-to-noise ratio)\n");
Expand Down
2 changes: 1 addition & 1 deletion example/sz_openmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void usage()
printf("* error control: (the error control parameters here will overwrite the setting in sz.config)\n");
printf(" -M <error bound mode> : 10 options as follows. \n");
printf(" ABS (absolute error bound)\n");
printf(" REL (value range based error bound\n");
printf(" REL (value range based error bound)\n");
printf(" ABS_AND_REL (using min{ABS, REL})\n");
printf(" ABS_OR_REL (using max{ABS, REL})\n");
printf(" PSNR (peak signal-to-noise ratio)\n");
Expand Down
2 changes: 1 addition & 1 deletion example/sz_pastri.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void usage()
printf("* error control: (the error control parameters here will overwrite the setting in sz.config)\n");
printf(" -M <error bound mode> : 10 options as follows. \n");
printf(" ABS (absolute error bound)\n");
printf(" REL (value range based error bound\n");
printf(" REL (value range based error bound)\n");
printf(" ABS_AND_REL (using min{ABS, REL})\n");
printf(" ABS_OR_REL (using max{ABS, REL})\n");
printf(" PSNR (peak signal-to-noise ratio)\n");
Expand Down
2 changes: 1 addition & 1 deletion example/sz_randomaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void usage()
printf("* error control: (the error control parameters here will overwrite the setting in sz.config)\n");
printf(" -M <error bound mode> : 10 options as follows. \n");
printf(" ABS (absolute error bound)\n");
printf(" REL (value range based error bound\n");
printf(" REL (value range based error bound)\n");
printf(" ABS_AND_REL (using min{ABS, REL})\n");
printf(" ABS_OR_REL (using max{ABS, REL})\n");
printf(" PSNR (peak signal-to-noise ratio)\n");
Expand Down

0 comments on commit 7beb8c9

Please sign in to comment.