[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:
Ray Speth 2016-10-17 12:22:50 -04:00
parent 5f0e20bf93
commit c16c15367f

View file

@ -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);