summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-04-19 16:40:14 +0200
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-04-19 16:40:14 +0200
commitc58929ca7d0201335b5036773b26f82361793f25 (patch)
tree535c832416604ad62e668d9069c610a05214dfc4 /python/astra
parent547def0ea6e3eab07b7e4c48cee6d6a81f6155e1 (diff)
downloadastra-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/astra')
-rw-r--r--python/astra/extrautils.pyx2
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