changeset 8710:739141cde75a ss-3-1-52

fix typo in Array-f.cc
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 09 Feb 2009 21:51:31 +0100
parents d090213c697a
children 822cab55ca85
files liboctave/Array-f.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Array-f.cc	Mon Feb 09 15:43:24 2009 -0500
+++ b/liboctave/Array-f.cc	Mon Feb 09 21:51:31 2009 +0100
@@ -42,7 +42,7 @@
   return lo_ieee_isnan (x);
 }
 
-INSTANTIATE_ARRAY_SORT (double);
+INSTANTIATE_ARRAY_SORT (float);
 
 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API);