Skip to content

Commit

Permalink
CI caught an error in last commit
Browse files Browse the repository at this point in the history
- added missing )
  • Loading branch information
HJZollner committed Jul 26, 2024
1 parent ccc0f64 commit a71a443
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 a71a443

Please sign in to comment.