Added missing tag for triggering the unitary tests in @dates/double.

time-shift
Stéphane Adjemian (Charybdis) 2013-10-21 11:53:33 +02:00
parent d31a2674e8
commit 6128338a15
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function [B, C] = double(A)
function [B, C] = double(A) % --*-- Unitary tests --*--
% Returns a vector of doubles with the fractional part corresponding
% to the subperiod. Used for plots and to store dates in a matrix.