diff options
Diffstat (limited to 'cov.awk')
| -rw-r--r-- | cov.awk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ END { printf(header[y] OFS) ### rows for (x=1; x<=nf_max; x++) { - printf("%.18g", cov_samp[x,y]) + printf(OFMT, cov_samp[x,y]) if (x < nf_max) printf(OFS) } |
