On Fri, 17 May 2013, artur tarassow wrote:
in the following example, the "--silent" option does not
work properly, as
the output is still printed.
<hansl>
open hamilton.gdt --quiet
genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01]))
genr s = -100*(log(EXRITL)-log(EXRITL[1973:01]))
genr pf = 100*(log(PC6IT)-log(PC6IT[1973:01]))
set vecm_norm none
vecm 4 1 p s pf --crt --silent
restrict --full --silent
b[1] = 1
end restrict
<\hansl>
Up till now, the --full flag was being taken as disabling
--silent, but now in CVS --silent is respected regardless.
Allin Cottrell