diff options
Diffstat (limited to 'python/astra/extrautils.pyx')
-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 |