diff src/DLD-FUNCTIONS/conv2.cc @ 5822:4fdc2515ebad

[project @ 2006-05-18 19:31:36 by jwe]
author jwe
date Thu, 18 May 2006 19:31:37 +0000
parents e54c11df0524
children 080c08b192d8
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/conv2.cc	Wed May 17 21:05:53 2006 +0000
+++ b/src/DLD-FUNCTIONS/conv2.cc	Thu May 18 19:31:37 2006 +0000
@@ -269,7 +269,7 @@
     }
   else if (nargin == 3)
     {
-      if  args(2).is_string ())
+      if (args(2).is_string ())
         shape = args(2).string_value ();
       else
         separable = true;
@@ -288,7 +288,7 @@
     ishape = SHAPE_VALID;
   else
     {
-      error("Shape type not valid");
+      error ("conv2: shape type not valid");
       print_usage ("conv2");
       return retval;
     }