changeset 5614:4cc6aeb35f93

[project @ 2006-02-10 15:07:32 by jwe]
author jwe
date Fri, 10 Feb 2006 15:07:32 +0000
parents d424f4c1e1f1
children d01f07aeaec5
files liboctave/mx-inlines.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/mx-inlines.cc	Thu Feb 09 22:42:33 2006 +0000
+++ b/liboctave/mx-inlines.cc	Fri Feb 10 15:07:32 2006 +0000
@@ -529,8 +529,8 @@
      The strategy here is to access the elements of A along the \
      dimension  specified by DIM.  This means that we loop over each \
      element of R and adjust the index into A as needed.  Store the \
-     cummulative product of all dimensions of A in CP.  The last \
-     element of CP is the total number of elements of A.  */ \
+     cummulative product of all dimensions of A in CP_SZ.  The last \
+     element of CP_SZ is the total number of elements of A.  */ \
  \
   Array<octave_idx_type> cp_sz (nd+1, 1); \
   for (int i = 1; i <= nd; i++) \