mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Fixed Purefluid Phases that had incorrect output name.
This commit is contained in:
parent
cd3bc73a53
commit
7573742c8f
@ -18,5 +18,5 @@ function c = CarbonDioxide()
|
||||
% :return:
|
||||
% Instance of class :mat:class:`Solution`
|
||||
%
|
||||
h = Solution('liquidvapor.yaml', 'carbon-dioxide');
|
||||
c = Solution('liquidvapor.yaml', 'carbon-dioxide');
|
||||
end
|
||||
|
@ -15,5 +15,5 @@ function m = Methane()
|
||||
% :return:
|
||||
% Instance of class :mat:class:`Solution`
|
||||
%
|
||||
h = Solution('liquidvapor.yaml', 'methane');
|
||||
m = Solution('liquidvapor.yaml', 'methane');
|
||||
end
|
||||
|
@ -15,5 +15,5 @@ function n = Nitrogen()
|
||||
% :return:
|
||||
% Instance of class :mat:class:`Solution`
|
||||
%
|
||||
h = Solution('liquidvapor.yaml', 'nitrogen');
|
||||
n = Solution('liquidvapor.yaml', 'nitrogen');
|
||||
end
|
||||
|
@ -15,5 +15,5 @@ function o = Oxygen()
|
||||
% :return:
|
||||
% Instance of class :mat:class:`Solution`
|
||||
%
|
||||
h = Solution('liquidvapor.yaml', 'oxygen');
|
||||
o = Solution('liquidvapor.yaml', 'oxygen');
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user