From f782ee622a951aff64458718df612ff62650b714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Fri, 12 Dec 2014 09:49:57 +0100 Subject: [PATCH] Added remark in header. --- src/@dates/subsref.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/@dates/subsref.m b/src/@dates/subsref.m index 491064e..8d8bb57 100644 --- a/src/@dates/subsref.m +++ b/src/@dates/subsref.m @@ -10,7 +10,8 @@ function B = subsref(A,S) % --*-- Unitary tests --*-- % - B [*] % % REMARKS -% See the matlab's documentation about the subsref method. +% 1. The type of the returned argument depends on the content of S. +% 2. See the matlab's documentation about the subsref method. % Copyright (C) 2011-2014 Dynare Team % -- GitLab