Skip to content

Commit

Permalink
Merge pull request #713 from HJZollner/develop
Browse files Browse the repository at this point in the history
[BUG FIX] -  LCModelWrapper - Helge
  • Loading branch information
HJZollner authored Apr 12, 2024
2 parents 605655d + e8d6e05 commit e76f8b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fit/code/LCMwrapper/LCModelWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
callLCModel(MRSCont.opts.fit.lcmodel.controlfileA{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,1} = readLCMFitParams(MRSCont, 'A', kk);
elseif MRSCont.flags.isMEGA
callLCModel(MRSCont.opts.fit.lcmodel.controlfileA{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,1} = readLCMFitParams(MRSCont, 'A', kk);
callLCModel(MRSCont.opts.fit.lcmodel.controlfileDiff1{kk}, [pathLCModelBinary filesep bin]);
MRSCont.fit.results.metab.fitParams{1,kk,2} = readLCMFitParams(MRSCont, 'diff1', kk);
end
Expand Down

0 comments on commit e76f8b5

Please sign in to comment.