summaryrefslogtreecommitdiff
path: root/src/statisticsFunctions/includes/prod.h
diff options
context:
space:
mode:
authortorset2009-01-14 10:25:55 +0000
committertorset2009-01-14 10:25:55 +0000
commit92b9e0a1244d075ee22be7f72c37d702f004ac40 (patch)
treed84c20a9d95bb38339231f5959d94925b6c23218 /src/statisticsFunctions/includes/prod.h
parent76f99ef0f952ae3920ca08af8866d6507adc18ef (diff)
downloadscilab2c-92b9e0a1244d075ee22be7f72c37d702f004ac40.tar.gz
scilab2c-92b9e0a1244d075ee22be7f72c37d702f004ac40.tar.bz2
scilab2c-92b9e0a1244d075ee22be7f72c37d702f004ac40.zip
update interface for statisticFunctions
Diffstat (limited to 'src/statisticsFunctions/includes/prod.h')
-rw-r--r--src/statisticsFunctions/includes/prod.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/statisticsFunctions/includes/prod.h b/src/statisticsFunctions/includes/prod.h
index b0410ae9..425dd970 100644
--- a/src/statisticsFunctions/includes/prod.h
+++ b/src/statisticsFunctions/includes/prod.h
@@ -21,7 +21,7 @@
*/
#define sprods(in) in
#define srowprods(in) in
-#define scolumnsprods(in) in
+#define scolumnprods(in) in
#define smatlabprods(in) in
/*
@@ -29,7 +29,7 @@
*/
#define dprods(in) in
#define drowprods(in) in
-#define dcolumnsprods(in) in
+#define dcolumnprods(in) in
#define dmatlabprods(in) in
/*
@@ -37,7 +37,7 @@
*/
#define cprods(in) in
#define crowprods(in) in
-#define ccolumnsprods(in) in
+#define ccolumnprods(in) in
#define cmatlabprods(in) in
/*
@@ -45,7 +45,7 @@
*/
#define zprods(in) in
#define zrowprods(in) in
-#define zcolumnsprods(in) in
+#define zcolumnprods(in) in
#define zmatlabprods(in) in
/*