changeset 2304:532542bd9493

[project @ 1996-06-24 19:44:01 by jwe]
author jwe
date Mon, 24 Jun 1996 19:44:01 +0000
parents 5cffc4b8de57
children 5a3f1d00a474
files liboctave/Array3.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array3.cc	Mon Jun 24 09:15:24 1996 +0000
+++ b/liboctave/Array3.cc	Mon Jun 24 19:44:01 1996 +0000
@@ -54,7 +54,7 @@
       static T foo;
       return foo;
     }
-  return Array2<T>::elem (i, d1*k+j);
+  return Array2<T>::elem (i, d2*k+j);
 }
 
 template <class T>