[Matlab] Update built-in thermo imports to use Solution rather than importPhase

This commit is contained in:
Bryan W. Weber 2014-07-18 14:34:47 +00:00
parent 411f6d51a9
commit 519bf12faa

View file

@ -11,4 +11,4 @@ function h = Hydrogen()
% Cantera C++ source code documentation.
%
h = importPhase('liquidvapor.cti', 'hydrogen');
h = Solution('liquidvapor.cti', 'hydrogen');