comparison liboctave/dbleAEPBAL.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 07ebe522dac2
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11517:da8e32c99969 11518:141b3fb5cef7
33 33
34 extern "C" 34 extern "C"
35 { 35 {
36 F77_RET_T 36 F77_RET_T
37 F77_FUNC (dgebal, DGEBAL) (F77_CONST_CHAR_ARG_DECL, 37 F77_FUNC (dgebal, DGEBAL) (F77_CONST_CHAR_ARG_DECL,
38 const octave_idx_type&, double*, const octave_idx_type&, octave_idx_type&, 38 const octave_idx_type&, double*,
39 const octave_idx_type&, octave_idx_type&,
39 octave_idx_type&, double*, octave_idx_type& 40 octave_idx_type&, double*, octave_idx_type&
40 F77_CHAR_ARG_LEN_DECL); 41 F77_CHAR_ARG_LEN_DECL);
41 42
42 F77_RET_T 43 F77_RET_T
43 F77_FUNC (dgebak, DGEBAK) (F77_CONST_CHAR_ARG_DECL, 44 F77_FUNC (dgebak, DGEBAK) (F77_CONST_CHAR_ARG_DECL,
44 F77_CONST_CHAR_ARG_DECL, 45 F77_CONST_CHAR_ARG_DECL,
45 const octave_idx_type&, const octave_idx_type&, const octave_idx_type&, 46 const octave_idx_type&, const octave_idx_type&,
46 const double*, const octave_idx_type&, double*, 47 const octave_idx_type&, const double*,
48 const octave_idx_type&, double*,
47 const octave_idx_type&, octave_idx_type& 49 const octave_idx_type&, octave_idx_type&
48 F77_CHAR_ARG_LEN_DECL 50 F77_CHAR_ARG_LEN_DECL
49 F77_CHAR_ARG_LEN_DECL); 51 F77_CHAR_ARG_LEN_DECL);
50 } 52 }
51 53