diff options
author | Josh Blum | 2012-11-20 22:40:30 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-20 22:40:30 -0800 |
commit | cacbe4c7ff2cb07629b08b06d5f3aa144da41e79 (patch) | |
tree | f6ece4e6b3267ef0b030c14db8ca195d898589f9 /include | |
parent | 3678530226d997381addfffa9eae5e3197164348 (diff) | |
download | sandhi-cacbe4c7ff2cb07629b08b06d5f3aa144da41e79.tar.gz sandhi-cacbe4c7ff2cb07629b08b06d5f3aa144da41e79.tar.bz2 sandhi-cacbe4c7ff2cb07629b08b06d5f3aa144da41e79.zip |
created hier block i file for consistency
Diffstat (limited to 'include')
-rw-r--r-- | include/gras/CMakeLists.txt | 1 | ||||
-rw-r--r-- | include/gras/hier_block.i | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt index 0856942..83ff432 100644 --- a/include/gras/CMakeLists.txt +++ b/include/gras/CMakeLists.txt @@ -9,6 +9,7 @@ install(FILES element.i gras.hpp hier_block.hpp + hier_block.i io_signature.hpp io_signature.i sbuffer.hpp diff --git a/include/gras/hier_block.i b/include/gras/hier_block.i new file mode 100644 index 0000000..67cf74e --- /dev/null +++ b/include/gras/hier_block.i @@ -0,0 +1,13 @@ +// Copyright (C) by Josh Blum. See LICENSE.txt for licensing information. + +#ifndef INCLUDED_GRAS_HIER_BLOCK_I +#define INCLUDED_GRAS_HIER_BLOCK_I + +%{ +#include <gras/hier_block.hpp> +%} + +%include <gras/element.i> +%include <gras/hier_block.hpp> + +#endif /*INCLUDED_GRAS_HIER_BLOCK_I*/ |