matlab/ReadHDF5FieldData: use CSXCAD isOctave function

This commit is contained in:
Thorsten Liebig 2012-09-21 14:19:24 +02:00
parent 892dd67264
commit f3eaf0e1c8

View File

@ -25,7 +25,6 @@ function hdf_fielddata = ReadHDF5FieldData(file)
%
% See also ReadHDF5Mesh ReadHDF5Dump
isOctave = exist('OCTAVE_VERSION','builtin') ~= 0;
if isOctave
hdf_fielddata = ReadHDF5FieldData_octave(file);
return