diff src/oct-stream.h @ 5015:6d481b6e349e

[project @ 2004-09-22 02:18:13 by jwe]
author jwe
date Wed, 22 Sep 2004 02:18:13 +0000
parents 44046bbaa52c
children 23b37da9fd5b
line wrap: on
line diff
--- a/src/oct-stream.h	Wed Sep 22 01:07:24 2004 +0000
+++ b/src/oct-stream.h	Wed Sep 22 02:18:13 2004 +0000
@@ -323,7 +323,8 @@
 public:
 
   octave_base_stream (std::ios::openmode arg_md = std::ios::in|std::ios::out,
-		      oct_mach_info::float_format ff = oct_mach_info::flt_fmt_native)
+		      oct_mach_info::float_format ff
+		        = oct_mach_info::native_float_format ())
     : count (0), md (arg_md), flt_fmt (ff), fail (false), open_state (true)
   { }