Skip to content

Commit

Permalink
Merge pull request #765 from HJZollner/develop
Browse files Browse the repository at this point in the history
CI caught an error in last commit
  • Loading branch information
HJZollner authored Jul 26, 2024
2 parents a9af842 + a71a443 commit bdc7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/OspreyProcess.m
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
end
if MRSCont.flags.hasMMRef
MRSCont.QM.SNR.mm_ref(mm_ref_ll,kk) = op_getSNR(MRSCont.processed.mm_ref{kk},3.7,5.7);
MRSCont.QM.FWHM.mm_ref(mm_ref_ll,kk) = op_getLW(MRSCont.processed.mm_ref{kk},3.7,5.7;
MRSCont.QM.FWHM.mm_ref(mm_ref_ll,kk) = op_getLW(MRSCont.processed.mm_ref{kk},3.7,5.7);
MRSCont.processed.mm_ref{kk}.QC_names = {'water'};
end
end
Expand Down

0 comments on commit bdc7904

Please sign in to comment.