octave-patch-tracker
[Top][All Lists]
Advanced

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

[Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF


From: ederag
Subject: [Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF5 files
Date: Wed, 3 Jan 2018 08:15:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #19, patch #8607 (project octave):

(file #42802) is an updated patch, from Philips one (comment #18).
Most warnings and errors have been removed.
Many octave_value_list have been changed to octave_value,
in order to keep the original return type.
This seemed safer, but to be checked.

On error remain:

In file included from ./config.h:3434:0,
                 from ../libinterp/dldfcn/h5read.h:25,
                 from ../libinterp/dldfcn/h5read.cc:43:
./oct-conf-post.h:76:1: error: redefinition of 'template<class T> void
octave_unused_parameter(const T&)'
 octave_unused_parameter (const T&)
 ^~~~~~~~~~~~~~~~~~~~~~~
In file included from ./config.h:3434:0,
                 from ../libinterp/dldfcn/h5read.cc:25:
./oct-conf-post.h:76:1: note: 'template<class T> void
octave_unused_parameter(const T&)' previously declared here
 octave_unused_parameter (const T&)
 ^~~~~~~~~~~~~~~~~~~~~~~


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8607>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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