Introduction
Introduction Statistics Contact Development Disclaimer Help
tmax: fix printf call - numtools - perform numerical operations on vectors and …
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit d56b66df11a431c8d96450504bced09cfc1be98c
parent 5c701199a7704a47cd5248efea4a494dc72af5a1
Author: Anders Damsgaard <[email protected]>
Date: Wed, 9 Dec 2020 10:54:44 +0100
max: fix printf call
Diffstat:
M max | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/max b/max
t@@ -8,7 +8,7 @@ END {
for (i = 0; i < NF; i++) {
printf("%g", max[i])
if (i + 1 < NF)
- printf("\t", max[i])
+ printf("\t")
}
printf("\n")
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.