[Matlab] Fix ThermoPhase 'clear' method
This function was actually being directed into 'thermoget' and calling the 'newFromXML' method (on a non-existent XML tree) instead of calling the 'del' method.
This commit is contained in:
parent
5f0e20bf93
commit
c16c15367f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ function clear(tp)
|
|||
% object that derives from ThermoPhase)
|
||||
%
|
||||
|
||||
thermo_set(tp.tp_id, 0, 10);
|
||||
thermo_set(tp.tp_id, 10, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue