Fixes to allow the SWIG/Python bindings to build again.
This commit is contained in:
9
library/bindings/Block.i
Normal file
9
library/bindings/Block.i
Normal file
@ -0,0 +1,9 @@
|
||||
%module Block
|
||||
%{
|
||||
#include "Block.h"
|
||||
%}
|
||||
|
||||
%include "Block.h"
|
||||
|
||||
VOLUMETYPES(Block)
|
||||
|
Reference in New Issue
Block a user