diff options
author | Josh Blum | 2013-06-24 01:30:02 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-24 01:30:02 -0700 |
commit | c06fbef3cfa47fde6fec4786f0831c8452f877ac (patch) | |
tree | 0b6af6ef21c50be0718e968b2fc75a540c6afd28 /include/gras/hier_block.i | |
parent | c2afec624b427034773bfafcfdcf9e3947822329 (diff) | |
download | sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.tar.gz sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.tar.bz2 sandhi-c06fbef3cfa47fde6fec4786f0831c8452f877ac.zip |
gras: fun w/ swig module work
Diffstat (limited to 'include/gras/hier_block.i')
-rw-r--r-- | include/gras/hier_block.i | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gras/hier_block.i b/include/gras/hier_block.i index 376bbf4..4c9fc70 100644 --- a/include/gras/hier_block.i +++ b/include/gras/hier_block.i @@ -3,12 +3,14 @@ #ifndef INCLUDED_GRAS_HIER_BLOCK_I #define INCLUDED_GRAS_HIER_BLOCK_I +%module GRAS_HierBlock + %{ #include <gras/hier_block.hpp> %} +%include <gras/exception.i> %import <gras/element.i> -%include <gras/block_config.hpp> %include <gras/hier_block.hpp> #endif /*INCLUDED_GRAS_HIER_BLOCK_I*/ |