diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-01 07:44:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-07-01 07:44:30 +0300 |
commit | e8a8d49954bb50b2b67a88382e80fe63e738cd3f (patch) | |
tree | 3c01f0cad933180a4cb92bdb9579b2e49564c1b7 /test/arrayind1.awk | |
parent | e9c060994a719ccc80dedf6a9db75c0c62e129eb (diff) | |
parent | 82024c4ac22e50de3b0ad36d8aa81c52e7b4c9ae (diff) | |
download | egawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.tar.gz egawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.tar.bz2 egawk-e8a8d49954bb50b2b67a88382e80fe63e738cd3f.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/arrayind1.awk')
-rwxr-xr-x | test/arrayind1.awk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/arrayind1.awk b/test/arrayind1.awk index fc3683f0..5d4a6f3d 100755 --- a/test/arrayind1.awk +++ b/test/arrayind1.awk @@ -57,7 +57,7 @@ END{ #printf("%10s%16s%10s%16s%10s%10s%10s\n","group",last," included as",posout[x]," as sire, as dam",cum[x,"sire"],cum[x,"dam"]) > "/dev/stderr" } # regular individuals - printf("%16s\n","recoding animals") > "/dev/stderr" +# printf("%16s\n","recoding animals") > "/dev/stderr" iter=1 #--> comment next line and this element of the associative array becomes null #printf("%s%16s\n","at the beginning it should be empty: ",posout["00000779770060"]) > "/dev/stderr" @@ -84,8 +84,8 @@ END{ } iter++ #--> - printf("%s%16s\n","in the loop: ",posout["00000779770060"]) > "/dev/stderr" - fflush("/dev/stderr") +# printf("%s%16s\n","in the loop: ",posout["00000779770060"]) > "/dev/stderr" +# fflush("/dev/stderr") #--> #printf("%10s%10s%10s%10s%16s%16s\n","round",iter,"included",posout[last],"last ",last) > "/dev/stderr" } @@ -95,7 +95,7 @@ END{ #printf("%10s%16s%10s%16s\n","pseudogeneration:",x," including: ",cumgen[x]) > "/dev/stderr" } #--> this is the guilty line - printf("%s%16s\n","at the end: ",posout["00000779770060"]) > "/dev/stderr" - fflush("/dev/stderr") +# printf("%s%16s\n","at the end: ",posout["00000779770060"]) > "/dev/stderr" +# fflush("/dev/stderr") #--> } |