From 7518a46de09ed16544e6b5ded634526c86be8c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 4 Nov 2013 08:18:18 +0100 Subject: [PATCH] Fixed bug. Function isdates should not be located in @dates folder, otherwise the function is not found if the input argument is not a dates object (which makes the function useless). --- matlab/{@dates => utilities/dates}/isdates.m | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename matlab/{@dates => utilities/dates}/isdates.m (100%) diff --git a/matlab/@dates/isdates.m b/matlab/utilities/dates/isdates.m similarity index 100% rename from matlab/@dates/isdates.m rename to matlab/utilities/dates/isdates.m -- GitLab