AUTORECODE: Use minimum width output format for new variables.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 2 Sep 2019 06:53:23 +0000 (06:53 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 2 Sep 2019 06:53:23 +0000 (06:53 +0000)
commit045cd87369a5829c6749543f8e57b153eeaf20ae
treefb80e1cf17c9f4215ee1dc683bc95a98d819c76b
parent67eaa039729c1e8b51122a0cbe5163d20f406f69
AUTORECODE: Use minimum width output format for new variables.

The target variables don't need any decimals, since they are always
integers, and only need to be as wide as their largest value, which is
known in advance.
src/language/stats/autorecode.c
tests/language/stats/autorecode.at