Skip to content

Commit

Permalink
Merge pull request #717 from HJZollner/develop
Browse files Browse the repository at this point in the history
[BUG FIX] - Crash osp_fitInitialise
  • Loading branch information
HJZollner authored Apr 12, 2024
2 parents daddb84 + 697401f commit 24082d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fit/code/osp_fitInitialise.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

% Find the right basis set (provided as *.mat file in Osprey basis set
% format)
if ~(isfield(MRSCont.opts.fit,'basisSetFile') && ~isempty(MRSCont.opts.fit.basisSetFile) && ~isfolder(MRSCont.opts.fit.basisSetFile{1}))
if ~(isfield(MRSCont.opts.fit,'basisSetFile') && ~isempty(MRSCont.opts.fit.basisSetFile) && ~isfolder(MRSCont.opts.fit.basisSetFile))

% Intercept non-integer echo times and replace the decimal point with
% an underscore to avoid file extension problems
Expand Down

0 comments on commit 24082d5

Please sign in to comment.