diff scripts/sparse/spvcat.m @ 6498:2c85044aa63f

[project @ 2007-04-05 17:59:47 by jwe]
author jwe
date Thu, 05 Apr 2007 17:59:47 +0000
parents 2618a0750ae6
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/spvcat.m
+++ b/scripts/sparse/spvcat.m
@@ -26,7 +26,7 @@
 
   persistent spvcat_warned = false;
 
-  if (!spvcat_warned)
+  if (! spvcat_warned)
     spvcat_warned = true;
     warning ("spvcat: This function is depreciated. Use vertcat instead");
   endif