comparison src/load-save.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents 35e5c80ccb9c
children 55211d6748c4
comparison
equal deleted inserted replaced
4660:5df5c9c5c166 4661:12b6fbd57436
373 } 373 }
374 374
375 octave_value 375 octave_value
376 do_load (std::istream& stream, const std::string& orig_fname, bool force, 376 do_load (std::istream& stream, const std::string& orig_fname, bool force,
377 load_save_format format, oct_mach_info::float_format flt_fmt, 377 load_save_format format, oct_mach_info::float_format flt_fmt,
378 bool list_only, bool swap, bool verbose, bool import, 378 bool list_only, bool swap, bool verbose, bool /* import */,
379 const string_vector& argv, int argv_idx, int argc, int nargout) 379 const string_vector& argv, int argv_idx, int argc, int nargout)
380 { 380 {
381 octave_value retval; 381 octave_value retval;
382 382
383 Octave_map retstruct; 383 Octave_map retstruct;