changeset 133:fabd1f3c83e3

can't have space after DEFUN_DLD( or indexing script misses the function name
author adb014
date Fri, 24 Sep 2004 13:48:51 +0000
parents 964e1e1e54b5
children 3ebc00c62fef
files graycomatrix.cc houghtf.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graycomatrix.cc
+++ b/graycomatrix.cc
@@ -24,7 +24,7 @@
 
 #include <octave/oct.h>
 
-DEFUN_DLD( graycomatrix, args, , "\
+DEFUN_DLD(graycomatrix, args, , "\
 \
 usage: P = graycomatrix(I, levels, distances, angles)\n\
 \n\
--- a/houghtf.cc
+++ b/houghtf.cc
@@ -24,7 +24,7 @@
 
 #include <octave/oct.h>
 
-DEFUN_DLD( houghtf, args, , "\
+DEFUN_DLD(houghtf, args, , "\
 \
 usage: [H, R]  = houghtf(I[, angles])\n\
 \n\