comparison liboctave/CmplxSCHUR.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents 57632dea2446
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
62 { 62 {
63 return (abs (a) < 1.0); 63 return (abs (a) < 1.0);
64 } 64 }
65 65
66 octave_idx_type 66 octave_idx_type
67 ComplexSCHUR::init (const ComplexMatrix& a, const std::string& ord, 67 ComplexSCHUR::init (const ComplexMatrix& a, const std::string& ord,
68 bool calc_unitary) 68 bool calc_unitary)
69 { 69 {
70 octave_idx_type a_nr = a.rows (); 70 octave_idx_type a_nr = a.rows ();
71 octave_idx_type a_nc = a.cols (); 71 octave_idx_type a_nc = a.cols ();
72 72