Mercurial > hg > octave-nkf
diff src/oct-fstrm.cc @ 3552:41daa489833a
[project @ 2000-02-03 03:05:28 by jwe]
author | jwe |
---|---|
date | Thu, 03 Feb 2000 03:05:31 +0000 |
parents | 6dfdded73a7e |
children | e3e8cfe73935 |
line wrap: on
line diff
--- a/src/oct-fstrm.cc +++ b/src/oct-fstrm.cc @@ -37,10 +37,9 @@ return octave_stream (new octave_fstream (nm_arg, md, flt_fmt)); } -octave_fstream::octave_fstream - (const std::string& nm_arg, - std::ios::openmode md = std::ios::in|std::ios::out, - oct_mach_info::float_format flt_fmt) +octave_fstream::octave_fstream (const std::string& nm_arg, + std::ios::openmode md, + oct_mach_info::float_format flt_fmt) : octave_base_stream (md, flt_fmt), nm (nm_arg) { // Override default protection of 0664 so that umask will appear to