comparison liboctave/Array-f.cc @ 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 314be237cd5b
children e9cb742df9eb
comparison
equal deleted inserted replaced
8709:d090213c697a 8710:739141cde75a
40 inline bool _sort_isnan (float x) 40 inline bool _sort_isnan (float x)
41 { 41 {
42 return lo_ieee_isnan (x); 42 return lo_ieee_isnan (x);
43 } 43 }
44 44
45 INSTANTIATE_ARRAY_SORT (double); 45 INSTANTIATE_ARRAY_SORT (float);
46 46
47 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API); 47 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API);
48 48
49 INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API) 49 INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API)
50 INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API) 50 INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API)