diff options
author | Josh Blum | 2012-11-17 12:09:08 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-17 12:09:08 -0800 |
commit | 692c629daa1d265ed6e2c845013c8cf6bec09f78 (patch) | |
tree | 641bebfdca8586ad147d2ec69100602e550dc526 /python/gras/GRAS_Block.i | |
parent | 7a09a4bde747c38b9561dcc36e7eed6a99f9ea90 (diff) | |
download | sandhi-692c629daa1d265ed6e2c845013c8cf6bec09f78.tar.gz sandhi-692c629daa1d265ed6e2c845013c8cf6bec09f78.tar.bz2 sandhi-692c629daa1d265ed6e2c845013c8cf6bec09f78.zip |
checkin misc changes from horrible swig adventure
Diffstat (limited to 'python/gras/GRAS_Block.i')
-rw-r--r-- | python/gras/GRAS_Block.i | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index 718829f..b224b74 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -79,12 +79,7 @@ struct PyGILPhondler #include <iostream> %} -%include <gras/gras.hpp> -%include <gras/element.i> -%include <gras/io_signature.i> -%include <gras/sbuffer.hpp> -%include <gras/tags.i> -%include <gras/block.hpp> +%include <gras/block.i> //////////////////////////////////////////////////////////////////////// // Make a special block with safe overloads |