comparison src/DLD-FUNCTIONS/eig.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 01f703952eff
children 7ef7e20057fa
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
217 if (error_state) 217 if (error_state)
218 return retval; 218 return retval;
219 else 219 else
220 result = EIG (tmp_a, tmp_b, nargout > 1); 220 result = EIG (tmp_a, tmp_b, nargout > 1);
221 } 221 }
222 else 222 else
223 { 223 {
224 ctmp_a = arg_a.complex_matrix_value (); 224 ctmp_a = arg_a.complex_matrix_value ();
225 ctmp_b = arg_b.complex_matrix_value (); 225 ctmp_b = arg_b.complex_matrix_value ();
226 226
227 if (error_state) 227 if (error_state)