comparison liboctave/dColVector.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 4d1fc073fbb7
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11517:da8e32c99969 11518:141b3fb5cef7
41 41
42 extern "C" 42 extern "C"
43 { 43 {
44 F77_RET_T 44 F77_RET_T
45 F77_FUNC (dgemv, DGEMV) (F77_CONST_CHAR_ARG_DECL, 45 F77_FUNC (dgemv, DGEMV) (F77_CONST_CHAR_ARG_DECL,
46 const octave_idx_type&, const octave_idx_type&, const double&, 46 const octave_idx_type&, const octave_idx_type&,
47 const double*, const octave_idx_type&, const double*, 47 const double&, const double*,
48 const octave_idx_type&, const double*,
48 const octave_idx_type&, const double&, double*, 49 const octave_idx_type&, const double&, double*,
49 const octave_idx_type& 50 const octave_idx_type&
50 F77_CHAR_ARG_LEN_DECL); 51 F77_CHAR_ARG_LEN_DECL);
51 } 52 }
52 53