[Matlab] Fix clear(Reactor) to delete the reactor instead of copying
This commit is contained in:
parent
c540e67d50
commit
2161060743
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue