Merge pull request #377 from JohannesPfeifer/master

Fix small bug in print_info
time-shift
Houtan Bastani 2013-04-26 08:48:45 -07:00
commit 4ba3815a0d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if ~noprint
error(['One of the eigenvalues is close to 0/0 (the absolute ' ...
'value of numerator and denominator is smaller than 1e-6)'])
case 8
if ~isempty(info(2))
if size(info,2)>=2
global M_;
disp_string=deblank(M_.param_names(info(2),:));
for ii=1:length(info)-2