comparison libinterp/corefcn/Cell.cc @ 27957:c20b7290c778

merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:27:27 -0600
parents bd51beb6205e 2310164737b3
children 0ffae065ca03
comparison
equal deleted inserted replaced
27955:179ece36a2eb 27957:c20b7290c778
156 Cell retval; 156 Cell retval;
157 157
158 octave_idx_type n = idx_arg.length (); 158 octave_idx_type n = idx_arg.length ();
159 159
160 // If we catch an indexing error in index_vector, we flag an error 160 // If we catch an indexing error in index_vector, we flag an error
161 // in index k. Ensure it is the right value befor each idx_vector 161 // in index k. Ensure it is the right value before each idx_vector
162 // call. Same variable as used in for loop in default case. 162 // call. Same variable as used in for loop in default case.
163 163
164 octave_idx_type k = 0; 164 octave_idx_type k = 0;
165 165
166 try 166 try