We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c714c1 commit 0cdf054Copy full SHA for 0cdf054
load_xdf.m
@@ -174,7 +174,7 @@
174
% Matthew Grivich.
175
%
176
% version 1.13
177
-LIBVERSION = '1.13';
+LIBVERSION = '1.14';
178
% check inputs
179
opts = cell2struct(varargin(2:2:end),varargin(1:2:end),2);
180
if ~isfield(opts,'OnChunk')
@@ -239,7 +239,7 @@
239
240
% there is a fast C mex file for the inner loop, but it's
241
% not necessarily available for every platform
242
-have_mex = exist('load_xdf_innerloop','file');
+have_mex = exist('load_xdf_innerloop', 'file');
243
if ~have_mex
244
if opts.Verbose
245
disp(['NOTE: apparently you are missing a compiled binary version of the inner loop code.',...
0 commit comments