Mercurial > hg > octave-lyh
diff src/DLD-FUNCTIONS/svd.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 |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/svd.cc +++ b/src/DLD-FUNCTIONS/svd.cc @@ -206,7 +206,7 @@ { if (tmp.any_element_is_inf_or_nan ()) { - error ("svd: cannot take SVD of matrix containing Inf or NaN values"); + error ("svd: cannot take SVD of matrix containing Inf or NaN values"); return retval; } @@ -234,7 +234,7 @@ { if (ctmp.any_element_is_inf_or_nan ()) { - error ("svd: cannot take SVD of matrix containing Inf or NaN values"); + error ("svd: cannot take SVD of matrix containing Inf or NaN values"); return retval; } @@ -265,7 +265,7 @@ { if (tmp.any_element_is_inf_or_nan ()) { - error ("svd: cannot take SVD of matrix containing Inf or NaN values"); + error ("svd: cannot take SVD of matrix containing Inf or NaN values"); return retval; } @@ -293,7 +293,7 @@ { if (ctmp.any_element_is_inf_or_nan ()) { - error ("svd: cannot take SVD of matrix containing Inf or NaN values"); + error ("svd: cannot take SVD of matrix containing Inf or NaN values"); return retval; }