summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2016-04-25 11:56:58 +0200
committerWillem Jan Palenstijn <wjp@usecode.org>2016-04-25 11:56:58 +0200
commitc659dd8c2f1d5dcb9cc00e2a8786588ae8427278 (patch)
tree1876025419b898106af3ee3bbab09a210ddc6b56 /python
parentaa89da16f3a031a6ec19b6b19df64e681468f2d6 (diff)
parent93eacadc5b94f8e1241dc6836be27d16881a2826 (diff)
downloadastra-c659dd8c2f1d5dcb9cc00e2a8786588ae8427278.tar.gz
astra-c659dd8c2f1d5dcb9cc00e2a8786588ae8427278.tar.bz2
astra-c659dd8c2f1d5dcb9cc00e2a8786588ae8427278.tar.xz
astra-c659dd8c2f1d5dcb9cc00e2a8786588ae8427278.zip
Merge pull request #46 from dmpelt/python_cxx
Use CXX for Python compilation as well
Diffstat (limited to 'python')
-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