diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/gras/GRAS_HierBlock.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/gras/GRAS_HierBlock.i b/python/gras/GRAS_HierBlock.i index c84dc0e..1a55f02 100644 --- a/python/gras/GRAS_HierBlock.i +++ b/python/gras/GRAS_HierBlock.i @@ -85,6 +85,12 @@ struct TopBlockPython : TopBlock //NOP } + ~TopBlockPython(void) + { + PyTSPhondler phil; + this->reset(); + } + void start(void) { PyTSPhondler phil; |