Créer des profils du manteau neigeux - retour accueil
git clone git://bebou.netlib.re/gelinive
Log | Files | Refs | README |
commit e60045fd92249ae602edd538775e21f527b35daf parent da5ccc4aee701cabf7bbe6e0b6431b063a66878a Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 11 Mar 2024 20:45:34 +0100 Nettoyage après tests J'avais laissé des trucs dans le script principal pour tester, je corrige Diffstat:
M | gelinive | | | 12 | +++++------- |
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gelinive b/gelinive @@ -21,18 +21,14 @@ awk -F'\t' '{ if($7=="0"){ print "print \"/\n\"" } else { printf "(%s*%s)/%s+%s+ bc -l | cut -d'.' -f1 } -sumcol() { -awk -v col=${1:-1} ' -BEGIN { getline; tot=$col; print tot } -{tot=$col+tot;print tot } -' -} + diffcol() { awk -v col=${1:-1} ' BEGIN { getline; prevcol=$col; print prevcol } {print $col-prevcol;prevcol=$col} ' } + makehistodata() { sed '$ a\ 0 0 0 0 0 0 0 0 @@ -45,8 +41,10 @@ awk '{ }' | tr '/' '1' } + tempdir=$(mktemp -d);trap "rm -rf $tempdir" EXIT -cat tests/data > $tempdir/in + +cat > $tempdir/in < $tempdir/in diffcol 5 | paste $tempdir/in - > $tempdir/temp < $tempdir/temp calc_Re |