comparison liboctave/fCColVector.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 (cgemv, CGEMV) (F77_CONST_CHAR_ARG_DECL, 45 F77_FUNC (cgemv, CGEMV) (F77_CONST_CHAR_ARG_DECL,
46 const octave_idx_type&, const octave_idx_type&, const FloatComplex&, 46 const octave_idx_type&, const octave_idx_type&,
47 const FloatComplex*, const octave_idx_type&, const FloatComplex*, 47 const FloatComplex&, const FloatComplex*,
48 const octave_idx_type&, const FloatComplex&, FloatComplex*, const octave_idx_type& 48 const octave_idx_type&, const FloatComplex*,
49 const octave_idx_type&, const FloatComplex&,
50 FloatComplex*, const octave_idx_type&
49 F77_CHAR_ARG_LEN_DECL); 51 F77_CHAR_ARG_LEN_DECL);
50 } 52 }
51 53
52 // FloatComplex Column Vector class 54 // FloatComplex Column Vector class
53 55