diff options
author | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2016-04-19 16:40:14 +0200 |
---|---|---|
committer | Daniel M. Pelt <D.M.Pelt@cwi.nl> | 2016-04-19 16:40:14 +0200 |
commit | c58929ca7d0201335b5036773b26f82361793f25 (patch) | |
tree | 535c832416604ad62e668d9069c610a05214dfc4 /python | |
parent | 547def0ea6e3eab07b7e4c48cee6d6a81f6155e1 (diff) | |
download | astra-c58929ca7d0201335b5036773b26f82361793f25.tar.gz astra-c58929ca7d0201335b5036773b26f82361793f25.tar.bz2 astra-c58929ca7d0201335b5036773b26f82361793f25.tar.xz astra-c58929ca7d0201335b5036773b26f82361793f25.zip |
Use CXX for Python compilation as well
Diffstat (limited to 'python')
-rw-r--r-- | python/astra/extrautils.pyx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/astra/extrautils.pyx b/python/astra/extrautils.pyx index 5bc315f..2c7771e 100644 --- a/python/astra/extrautils.pyx +++ b/python/astra/extrautils.pyx @@ -22,6 +22,8 @@ # along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. # # ----------------------------------------------------------------------- +# distutils: language = c++ + def clipCircle(img): cdef int i,j |