Skip to content

Commit

Permalink
Fixed toolkitpathv2 call
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganglere Research committed May 9, 2016
1 parent b3464b4 commit 6cab8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LFITv2_main.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
fprintf('-------------------------------------------------\n');

% Adds toolkit path to MATLAB search path. Checks first for subfolder LFITv2 then looks in user folder for LFITv2
[LFI_path,progVersion] = toolkitpathv2(false,'<alt path string>'); % assumes default toolkit path unless function called with true and alternate path string; see documentation
[LFI_path,progVersion] = toolkitpathv2(); % assumes default toolkit path unless function called with alternate path string; see documentation

% Calibration
if loadFlag ~= 3 % standard calibration
Expand Down

0 comments on commit 6cab8bf

Please sign in to comment.