Skip to content

Commit 0cdf054

Browse files
committed
Bump version to 1.14
1 parent 7c714c1 commit 0cdf054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

load_xdf.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
% Matthew Grivich.
175175
%
176176
% version 1.13
177-
LIBVERSION = '1.13';
177+
LIBVERSION = '1.14';
178178
% check inputs
179179
opts = cell2struct(varargin(2:2:end),varargin(1:2:end),2);
180180
if ~isfield(opts,'OnChunk')
@@ -239,7 +239,7 @@
239239

240240
% there is a fast C mex file for the inner loop, but it's
241241
% not necessarily available for every platform
242-
have_mex = exist('load_xdf_innerloop','file');
242+
have_mex = exist('load_xdf_innerloop', 'file');
243243
if ~have_mex
244244
if opts.Verbose
245245
disp(['NOTE: apparently you are missing a compiled binary version of the inner loop code.',...

0 commit comments

Comments
 (0)