moments_varendo: fix an obvious missing initialization bug

(see http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2678)
time-shift
Sébastien Villemot 2010-08-19 15:39:33 +02:00
parent e5ce0264bf
commit b671e68f37
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ switch nargin
case 1
info = 0;
case 2
MAX_mega_bytes = 10;% Should be an option...
if drsize>0
info=2;
MAX_mega_bytes = 10;% Should be an option...
else
info=1;
end