4 lines
116 B
Matlab
4 lines
116 B
Matlab
function setPressure(self, P)
|
|
% SETPRESSURE - set the mixture pressure (Pa)
|
|
%
|
|
mixturemethods(6, mix_hndl(self), P);
|