diff scripts/control/system/sysgettype.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 7923abdeb4e5
children 3e48e60a1f8b
line wrap: on
line diff
--- a/scripts/control/system/sysgettype.m
+++ b/scripts/control/system/sysgettype.m
@@ -33,7 +33,7 @@
 
 function systype = sysgettype (sys)
 
-  if(!is_struct(sys))
+  if(!isstruct(sys))
     error("sysgettype: input sys is not a structure");
   endif