diff options
Diffstat (limited to 'python/gras/GRAS_Block.i')
-rw-r--r-- | python/gras/GRAS_Block.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index b224b74..f068b25 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -165,6 +165,11 @@ struct BlockPython : Block const std::vector<void *> &, const std::vector<size_t> & ) = 0; + + void propagate_tags(const size_t which_input, const TagIter &iter) + { + //TODO implement _Py_ version of this + } }; } |