comparison liboctave/ChangeLog @ 11518:141b3fb5cef7

style fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 16:52:30 -0500
parents 53edbf95fbb6
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
11517:da8e32c99969 11518:141b3fb5cef7
1 2011-01-13 John W. Eaton <jwe@octave.org>
2
3 * CColVector.cc, CMatrix.cc, CRowVector.cc, CSparse.cc,
4 CmplxAEPBAL.cc, CmplxCHOL.cc, CmplxLU.cc, CmplxQR.cc,
5 CmplxQRP.cc, EIG.cc, Quad.cc, dColVector.cc, dMatrix.cc,
6 dRowVector.cc, dSparse.cc, dbleAEPBAL.cc, dbleCHOL.cc,
7 dbleLU.cc, dbleQR.cc, dbleQRP.cc, eigs-base.cc, fCColVector.cc,
8 fCMatrix.cc, fCNDArray.cc, fCRowVector.cc, fCmplxAEPBAL.cc,
9 fCmplxCHOL.cc, fCmplxLU.cc, fCmplxQR.cc, fCmplxQRP.cc,
10 fCmplxSVD.cc, fColVector.cc, fEIG.cc, fMatrix.cc, fNDArray.cc,
11 fRowVector.cc, floatAEPBAL.cc, floatCHOL.cc, floatLU.cc,
12 floatQR.cc, floatQRP.cc, lo-specfun.cc, oct-convn.cc:
13 Style fixes.
14
1 2011-01-13 John W. Eaton <jwe@octave.org> 15 2011-01-13 John W. Eaton <jwe@octave.org>
2 16
3 * CMatrix.cc (get_blas_trans_arg): Return char, not char *. 17 * CMatrix.cc (get_blas_trans_arg): Return char, not char *.
4 Change all uses. 18 Change all uses.
5 * dMatrix.cc (get_blas_trans_arg): Likewise. 19 * dMatrix.cc (get_blas_trans_arg): Likewise.