better cumulator

This commit is contained in:
2020-09-25 11:43:25 +02:00
parent ac35780f47
commit beedc2e190
4 changed files with 27 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ D=" 800 600 "
./mkfimg -v -t vdeg vdeg.fimg $D
./mkfimg -v -t drand48 rand.fimg $D
./cumulfimgs -vv -o foo.fimg hdeg.fimg rand.fimg vdeg.fimg
./cumulfimgs -v -g -o foo.fimg hdeg.fimg rand.fimg vdeg.fimg
}
# -----------------------------------------------------