comparison src/ls-hdf5.cc @ 4663:bf7272f8ba8c

[project @ 2003-11-25 06:05:20 by jwe]
author jwe
date Tue, 25 Nov 2003 06:07:28 +0000
parents 79fe96966ca0
children f6d6335c08f6
comparison
equal deleted inserted replaced
4662:55211d6748c4 4663:bf7272f8ba8c
783 // and error. If import is true, we try extra hard to import "foreign" 783 // and error. If import is true, we try extra hard to import "foreign"
784 // datasets (not created by Octave), although we usually do a reasonable 784 // datasets (not created by Octave), although we usually do a reasonable
785 // job anyway. (c.f. load -import documentation.) 785 // job anyway. (c.f. load -import documentation.)
786 std::string 786 std::string
787 read_hdf5_data (std::istream& is, 787 read_hdf5_data (std::istream& is,
788 const std::string& filename, bool& global, 788 const std::string& /* filename */, bool& global,
789 octave_value& tc, std::string& doc, bool import) 789 octave_value& tc, std::string& doc, bool import)
790 { 790 {
791 std::string retval; 791 std::string retval;
792 792
793 doc.resize (0); 793 doc.resize (0);