Mercurial > hg > octave-lyh
comparison src/OPERATORS/op-range.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 | fd0a3ac60b0e |
children | 72c96de7a403 |
comparison
equal
deleted
inserted
replaced
11585:1473d0cf86d2 | 11586:12df7854fa7c |
---|---|
129 INSTALL_CATOP (octave_char_matrix, octave_range, chm_r); | 129 INSTALL_CATOP (octave_char_matrix, octave_range, chm_r); |
130 | 130 |
131 // FIXME -- this would be unneccessary if | 131 // FIXME -- this would be unneccessary if |
132 // octave_base_value::numeric_assign always tried converting lhs | 132 // octave_base_value::numeric_assign always tried converting lhs |
133 // before rhs. | 133 // before rhs. |
134 | 134 |
135 INSTALL_ASSIGNCONV (octave_range, octave_null_matrix, octave_matrix); | 135 INSTALL_ASSIGNCONV (octave_range, octave_null_matrix, octave_matrix); |
136 INSTALL_ASSIGNCONV (octave_range, octave_null_str, octave_matrix); | 136 INSTALL_ASSIGNCONV (octave_range, octave_null_str, octave_matrix); |
137 INSTALL_ASSIGNCONV (octave_range, octave_null_sq_str, octave_matrix); | 137 INSTALL_ASSIGNCONV (octave_range, octave_null_sq_str, octave_matrix); |
138 | 138 |
139 // However, this should probably be here just in case we need it. | 139 // However, this should probably be here just in case we need it. |
140 | 140 |
141 INSTALL_WIDENOP (octave_range, octave_matrix, range_to_matrix); | 141 INSTALL_WIDENOP (octave_range, octave_matrix, range_to_matrix); |
142 } | 142 } |