Fixed copy/paste typo in unitary test.

time-shift
Stéphane Adjemian (Charybdis) 2013-09-04 18:02:39 +02:00
parent 9a5749343c
commit d44732a8ca
1 changed files with 2 additions and 2 deletions

View File

@ -256,9 +256,9 @@ end
%$ end %$ end
%$ try %$ try
%$ a = dynDate([1950 5],4); %$ a = dynDate([1950 5],4);
%$ t(1) = 0; %$ t(2) = 0;
%$ catch %$ catch
%$ t(1) = 1; %$ t(2) = 1;
%$ end %$ end
%$ T = all(t); %$ T = all(t);
%@eof:3 %@eof:3