diff scripts/time/datevec.m @ 7044:0064f7d6a451

[project @ 2007-10-21 20:28:03 by dbateman]
author dbateman
date Sun, 21 Oct 2007 20:28:03 +0000
parents 1f16da18d85d
children 69d45a4c7d94
line wrap: on
line diff
--- a/scripts/time/datevec.m	Fri Oct 19 21:00:42 2007 +0000
+++ b/scripts/time/datevec.m	Sun Oct 21 20:28:03 2007 +0000
@@ -245,7 +245,6 @@
   f = strrep (f, "MM", "%M");
   f = strrep (f, "SS", "%S");
 
-  ds, f
   [tm, nc] = strptime (ds, f);
 
   if (nc == length (ds) + 1)