Mercurial > hg > octave-lyh
diff liboctave/mx-inlines.cc @ 5614:4cc6aeb35f93
[project @ 2006-02-10 15:07:32 by jwe]
author | jwe |
---|---|
date | Fri, 10 Feb 2006 15:07:32 +0000 |
parents | 5be3463fed41 |
children | d01f07aeaec5 |
line wrap: on
line diff
--- a/liboctave/mx-inlines.cc +++ b/liboctave/mx-inlines.cc @@ -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++) \