From c75071699583fba4fd2be4cb2142ed5e7e07e4b4 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 18 Nov 2012 00:34:42 -0800 Subject: convenience produce/consume + propagate_tags default --- python/gras/GRAS_Block.i | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') 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 &, const std::vector & ) = 0; + + void propagate_tags(const size_t which_input, const TagIter &iter) + { + //TODO implement _Py_ version of this + } }; } -- cgit