comparison liboctave/floatSCHUR.cc @ 11495:8a5e980da6aa

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 02:09:02 -0500
parents 23d2378512a0
children 367bfee35ba0
comparison
equal deleted inserted replaced
11494:a2c3c43af79e 11495:8a5e980da6aa
36 F77_RET_T 36 F77_RET_T
37 F77_FUNC (sgeesx, SGEESX) (F77_CONST_CHAR_ARG_DECL, 37 F77_FUNC (sgeesx, SGEESX) (F77_CONST_CHAR_ARG_DECL,
38 F77_CONST_CHAR_ARG_DECL, 38 F77_CONST_CHAR_ARG_DECL,
39 FloatSCHUR::select_function, 39 FloatSCHUR::select_function,
40 F77_CONST_CHAR_ARG_DECL, 40 F77_CONST_CHAR_ARG_DECL,
41 const octave_idx_type&, float*, const octave_idx_type&, octave_idx_type&, 41 const octave_idx_type&, float*,
42 const octave_idx_type&, octave_idx_type&,
42 float*, float*, float*, const octave_idx_type&, 43 float*, float*, float*, const octave_idx_type&,
43 float&, float&, float*, const octave_idx_type&, 44 float&, float&, float*, const octave_idx_type&,
44 octave_idx_type*, const octave_idx_type&, octave_idx_type*, octave_idx_type& 45 octave_idx_type*, const octave_idx_type&,
46 octave_idx_type*, octave_idx_type&
45 F77_CHAR_ARG_LEN_DECL 47 F77_CHAR_ARG_LEN_DECL
46 F77_CHAR_ARG_LEN_DECL 48 F77_CHAR_ARG_LEN_DECL
47 F77_CHAR_ARG_LEN_DECL); 49 F77_CHAR_ARG_LEN_DECL);
48 } 50 }
49 51