From 08d5b3833e7ad932a21e6b37ee7e97480dca9818 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 24 Nov 2012 14:26:13 -0800 Subject: 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 --- python/gras/GRAS_Block.i | 1 + 1 file changed, 1 insertion(+) (limited to 'python/gras') 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 %} +%include %include //////////////////////////////////////////////////////////////////////// -- cgit