summaryrefslogtreecommitdiff
path: root/include/gras/hier_block.i
blob: 67cf74e27aba9f93bf1efef8d1db84d8bca1f445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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*/