Mercurial > hg > octave-nkf
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 +++ b/liboctave/Array-f.cc @@ -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"