Added missing flag for unitary test.

time-shift
Stéphane Adjemian (Charybdis) 2014-05-23 18:14:26 +02:00
parent 56de3979c2
commit bc7f834241
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
function [i,n,s,j] = describe_missing_data(data)
function [i,n,s,j] = describe_missing_data(data) % --*-- Unitary tests --*--
% This function reads the dataset and determines the location of the missing observations (defined by NaNs)
%@info: