[Matlab] Update built-in thermo imports to use Solution rather than importPhase
This commit is contained in:
parent
411f6d51a9
commit
519bf12faa
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ function h = Hydrogen()
|
|||
% Cantera C++ source code documentation.
|
||||
%
|
||||
|
||||
h = importPhase('liquidvapor.cti', 'hydrogen');
|
||||
h = Solution('liquidvapor.cti', 'hydrogen');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue