[Matlab] Fix clear(Reactor) to delete the reactor instead of copying

This commit is contained in:
Ray Speth 2015-04-10 23:44:55 -04:00
parent c540e67d50
commit 2161060743

View file

@ -5,4 +5,4 @@ function clear(r)
% Instance of :mat:func:`Reactor` to be cleared.
%
reactormethods(2, reactor_hndl(r));
reactormethods(1, reactor_hndl(r));