Finished objectifying #8

Merged
lschank7 merged 43 commits from objectify into master 2021-07-27 13:09:44 +00:00
Showing only changes of commit 24891f8c15 - Show all commits

View File

@ -4,6 +4,6 @@ function y = thyme(Sys,Exp,Opt)
% Takes Triplett populations into account when performing esfit. % Takes Triplett populations into account when performing esfit.
% Call as [B,Spec] = esfit('thyme',Sys,Exp,Opt); % Call as [B,Spec] = esfit('thyme',Sys,Exp,Opt);
Exp.Temperature = Sys.Temperature; Sys.Temperature = Exp.Temperature;
y = pepper(Sys,Exp,Opt); y = pepper(Sys,Exp,Opt);
end end