Mercurial > hg > octave-lyh
diff src/quad.cc @ 216:e83d64b26659
[project @ 1993-11-13 09:04:18 by jwe]
author | jwe |
---|---|
date | Sat, 13 Nov 1993 09:11:10 +0000 |
parents | d1c5e5edbf1e |
children | a99f28f5e351 |
line wrap: on
line diff
--- a/src/quad.cc +++ b/src/quad.cc @@ -126,7 +126,7 @@ case 6: if (indefinite) { - message ("quad", "sorry, singularities not allowed on infinite intervals"); + error("quad: singularities not allowed on infinite intervals"); return retval; } have_sing = 1; @@ -141,7 +141,7 @@ abstol = tol.elem (0); break; default: - message ("quad", "expecting tol to contain no more than two values"); + error ("quad: expecting tol to contain no more than two values"); return retval; } case 4: