Fixed bufg in overloaded subsref method for dynDates class.

time-shift
Stéphane Adjemian (Charybdis) 2012-11-13 17:01:30 +01:00
parent 47dd0d09ad
commit 68a2ce4f49
1 changed files with 1 additions and 3 deletions

View File

@ -32,7 +32,7 @@ function B = subsref(A,S)
%! @end deftypefn
%@eod:
% Copyright (C) 2011 Dynare Team
% Copyright (C) 2011, 2012e Dynare Team
%
% This file is part of Dynare.
%
@ -51,8 +51,6 @@ function B = subsref(A,S)
% Original author: stephane DOT adjemian AT univ DASH lemans DOT fr
B = builtin('subsref', A, S);
if isequal(S(1).type,'.')
switch S(1).subs
case {'time','freq','ndat'} % Public members.