4 lines
120 B
Matlab
4 lines
120 B
Matlab
function setTemperature(self, T)
|
|
% SETTEMPERATURE - set the mixture temperature
|
|
%
|
|
mixturemethods(5, mix_hndl(self), T);
|