Mercurial > hg > octave-lyh
diff liboctave/oct-convn.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 8a551f02f10d |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/oct-convn.cc +++ b/liboctave/oct-convn.cc @@ -43,17 +43,17 @@ #define FORWARD_IMPL(T,R,f,F) \ extern "C" \ F77_RET_T \ -F77_FUNC (f##conv2o, F##CONV2O) (const octave_idx_type&, const octave_idx_type&, \ - const T*, \ - const octave_idx_type&, const octave_idx_type&, \ - const R*, T *); \ +F77_FUNC (f##conv2o, F##CONV2O) (const octave_idx_type&, \ + const octave_idx_type&, \ + const T*, const octave_idx_type&, \ + const octave_idx_type&, const R*, T *); \ \ extern "C" \ F77_RET_T \ -F77_FUNC (f##conv2i, F##CONV2I) (const octave_idx_type&, const octave_idx_type&, \ - const T*, \ - const octave_idx_type&, const octave_idx_type&, \ - const R*, T *); \ +F77_FUNC (f##conv2i, F##CONV2I) (const octave_idx_type&, \ + const octave_idx_type&, \ + const T*, const octave_idx_type&, \ + const octave_idx_type&, const R*, T *); \ \ template <> void \ convolve_2d<T, R> (const T *a, octave_idx_type ma, octave_idx_type na, \