help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does save support append


From: John W. Eaton
Subject: Re: Does save support append
Date: Tue, 26 Jun 2007 17:44:04 -0400

On 26-Jun-2007, David Bateman wrote:

| It should be possible to have hdf5 files append as well, I can't get it
| to work, but the attached patch should be a step in the right direction.

I don't know much about the hdf5 library, but from some quick
googling, it seems that maybe you have to call different functions to
add records, so in that case

| You also can't have
| 
|       bool write_header_info = ! append;
| 
| As if you do then if the file doesn't exist, the header won't be written..

OK, I see that now.  Oops.

Please check in this patch.

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]