comparison src/DLD-FUNCTIONS/schur.cc @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents c2bb27ada496
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5274:eae7b40388e9 5275:23b37da9fd5b
276 warning ("schur: incorrect ordered schur argument `%c'", 276 warning ("schur: incorrect ordered schur argument `%c'",
277 ord.c_str ()); 277 ord.c_str ());
278 return retval; 278 return retval;
279 } 279 }
280 280
281 int nr = arg.rows (); 281 octave_idx_type nr = arg.rows ();
282 int nc = arg.columns (); 282 octave_idx_type nc = arg.columns ();
283 283
284 int arg_is_empty = empty_arg ("schur", nr, nc); 284 int arg_is_empty = empty_arg ("schur", nr, nc);
285 285
286 if (arg_is_empty < 0) 286 if (arg_is_empty < 0)
287 return retval; 287 return retval;