matlab/ReadHDF5FieldData: use CSXCAD isOctave function
This commit is contained in:
parent
892dd67264
commit
f3eaf0e1c8
@ -25,7 +25,6 @@ function hdf_fielddata = ReadHDF5FieldData(file)
|
|||||||
%
|
%
|
||||||
% See also ReadHDF5Mesh ReadHDF5Dump
|
% See also ReadHDF5Mesh ReadHDF5Dump
|
||||||
|
|
||||||
isOctave = exist('OCTAVE_VERSION','builtin') ~= 0;
|
|
||||||
if isOctave
|
if isOctave
|
||||||
hdf_fielddata = ReadHDF5FieldData_octave(file);
|
hdf_fielddata = ReadHDF5FieldData_octave(file);
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user