changeset 8309:05b7a8ffec65

omission from last patch
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 10 Nov 2008 15:55:28 +0100
parents 5fe0f4dfdbec
children 87f316e219b6
files liboctave/oct-norm.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/oct-norm.cc	Sun Nov 09 12:59:42 2008 +0100
+++ b/liboctave/oct-norm.cc	Mon Nov 10 15:55:28 2008 +0100
@@ -277,7 +277,7 @@
     }
 
   for (octave_idx_type i = 0; i < m.rows (); i++)
-    res.xelem (i) = acci(i);
+    res.xelem (i) = acci[i];
 }
 
 // now the dispatchers