Mercurial > hg > octave-jordi
diff src/gripes.cc @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 (2005-04-08) |
parents | f3c21a1d1c62 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/src/gripes.cc +++ b/src/gripes.cc @@ -53,7 +53,7 @@ } void -gripe_nonconformant (int r1, int c1, int r2, int c2) +gripe_nonconformant (octave_idx_type r1, octave_idx_type c1, octave_idx_type r2, octave_idx_type c2) { error ("nonconformant matrices (op1 is %dx%d, op2 is %dx%d)", r1, c1, r2, c2);