diff options
| author | wukong <wukong@longaeva> | 2018-06-18 04:52:00 -0700 |
|---|---|---|
| committer | wukong <wukong@longaeva> | 2018-06-18 04:52:00 -0700 |
| commit | b65bcc4d948ef1cdabb4267dea6238da9c79042b (patch) | |
| tree | 62f6fb1781feef826f76274799be7f2389240954 /sum4.awk | |
| parent | c44ac59acbb18c6982e180637566dec8eb9baebd (diff) | |
removed hardcoded OMFT assignments
Diffstat (limited to 'sum4.awk')
| -rw-r--r-- | sum4.awk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ # output: sums of numeric columns function isnum(n) { - #OFMT = "%.18g" sign = "[+-]?" decimal = "[0-9]+[.]?[0-9]*" fraction = "[.][0-9]+" |
