Mercurial > hg > octave-nkf
diff liboctave/lo-utils.h @ 4902:bd043a433918
[project @ 2004-06-14 18:46:20 by jwe]
author | jwe |
---|---|
date | Mon, 14 Jun 2004 18:49:09 +0000 |
parents | c0a23a13eea2 |
children | 23b37da9fd5b |
line wrap: on
line diff
--- a/liboctave/lo-utils.h +++ b/liboctave/lo-utils.h @@ -54,8 +54,8 @@ extern double octave_read_double (std::istream& is); extern Complex octave_read_complex (std::istream& is); -extern void octave_write_double (std::ostream& os, double d); -extern void octave_write_complex (std::ostream& os, const Complex& c); +extern void octave_write_double (std::ostream& os, double dval); +extern void octave_write_complex (std::ostream& os, const Complex& cval); #endif