diff options
author | Josh Blum | 2013-03-31 22:29:49 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-31 22:29:49 -0700 |
commit | 7dda78ce96139a043eba5b313a3eb94ffdc9a215 (patch) | |
tree | 61374bcff512ee8a4cbd03106d30b32f9fa3c843 /python/gras | |
parent | e93c4eee812900480b5b2a8c7deab77417cdf448 (diff) | |
download | sandhi-7dda78ce96139a043eba5b313a3eb94ffdc9a215.tar.gz sandhi-7dda78ce96139a043eba5b313a3eb94ffdc9a215.tar.bz2 sandhi-7dda78ce96139a043eba5b313a3eb94ffdc9a215.zip |
gras: more of that include vs import w/ swig
Diffstat (limited to 'python/gras')
-rw-r--r-- | python/gras/GRAS_Block.i | 1 | ||||
-rw-r--r-- | python/gras/GRAS_HierBlock.i | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index 84d6548..82c5d78 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -58,6 +58,7 @@ #include <iostream> %} +%include <gras/element.i> %include <gras/block.i> //////////////////////////////////////////////////////////////////////// diff --git a/python/gras/GRAS_HierBlock.i b/python/gras/GRAS_HierBlock.i index 21d087e..4afe8fe 100644 --- a/python/gras/GRAS_HierBlock.i +++ b/python/gras/GRAS_HierBlock.i @@ -25,6 +25,7 @@ //////////////////////////////////////////////////////////////////////// // pull in hier and top interface //////////////////////////////////////////////////////////////////////// +%include <gras/element.i> %include <gras/hier_block.i> %include <gras/top_block.hpp> |