diff liboctave/Array-f.cc @ 8290:7cbe01c21986

improve dense array indexing
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 20 Oct 2008 16:54:28 +0200
parents 4976f66d469b
children 25bc2d31e1bf
line wrap: on
line diff
--- a/liboctave/Array-f.cc	Thu Oct 30 00:13:05 2008 +0100
+++ b/liboctave/Array-f.cc	Mon Oct 20 16:54:28 2008 +0200
@@ -388,9 +388,9 @@
 
 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API);
 
-INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API);
-INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API);
-INSTANTIATE_ARRAY_ASSIGN (float, char, OCTAVE_API);
+INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API)
+INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API)
+INSTANTIATE_ARRAY_ASSIGN (float, char, OCTAVE_API)
 
 #include "Array2.h"