summaryrefslogtreecommitdiff
path: root/python/gras
diff options
context:
space:
mode:
authorJosh Blum2012-11-24 14:26:13 -0800
committerJosh Blum2012-11-24 14:26:13 -0800
commit08d5b3833e7ad932a21e6b37ee7e97480dca9818 (patch)
tree888a691ba323492be870c767aac36a6fe9572ffb /python/gras
parent4406afc013c7a2d8e3deebc76618564de01d8849 (diff)
downloadsandhi-08d5b3833e7ad932a21e6b37ee7e97480dca9818.tar.gz
sandhi-08d5b3833e7ad932a21e6b37ee7e97480dca9818.tar.bz2
sandhi-08d5b3833e7ad932a21e6b37ee7e97480dca9818.zip
change the type to unsigned to make swig happy
this is a little evil, changing a public header for swig but it works just as well and we can save this for another day
Diffstat (limited to 'python/gras')
-rw-r--r--python/gras/GRAS_Block.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i
index cf23b2a..0becfd0 100644
--- a/python/gras/GRAS_Block.i
+++ b/python/gras/GRAS_Block.i
@@ -78,6 +78,7 @@ struct PyGILPhondler
#include <iostream>
%}
+%include <gras/io_signature.i>
%include <gras/block.i>
////////////////////////////////////////////////////////////////////////