comparison liboctave/fCNDArray.cc @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 7c573eb981eb
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11517:da8e32c99969 11518:141b3fb5cef7
193 { 193 {
194 F77_RET_T 194 F77_RET_T
195 F77_FUNC (cffti, CFFTI) (const octave_idx_type&, FloatComplex*); 195 F77_FUNC (cffti, CFFTI) (const octave_idx_type&, FloatComplex*);
196 196
197 F77_RET_T 197 F77_RET_T
198 F77_FUNC (cfftf, CFFTF) (const octave_idx_type&, FloatComplex*, FloatComplex*); 198 F77_FUNC (cfftf, CFFTF) (const octave_idx_type&, FloatComplex*,
199 FloatComplex*);
199 200
200 F77_RET_T 201 F77_RET_T
201 F77_FUNC (cfftb, CFFTB) (const octave_idx_type&, FloatComplex*, FloatComplex*); 202 F77_FUNC (cfftb, CFFTB) (const octave_idx_type&, FloatComplex*,
203 FloatComplex*);
202 } 204 }
203 205
204 FloatComplexNDArray 206 FloatComplexNDArray
205 FloatComplexNDArray::fourier (int dim) const 207 FloatComplexNDArray::fourier (int dim) const
206 { 208 {