corrected fatal assignment error
This commit is contained in:
parent
821ed661a4
commit
24891f8c15
2
thyme.m
2
thyme.m
@ -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
|
Loading…
x
Reference in New Issue
Block a user