fix compile error in setup.m for hdf5-1.8.x

pull/1/head
Sebastian Held 2012-03-26 21:46:08 +02:00
parent 2384bc9895
commit 6f2aaa3512
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@ cd(dir);
if isOctave()
disp('compiling oct files')
mkoctfile -lhdf5 h5readatt_octave.cc
fflush(stdout)
mkoctfile -lhdf5 -DH5_USE_16_API h5readatt_octave.cc
else
disp('Matlab does not need this function. It is Octave only.')
end
cd(current_path);