Skip to content

Commit

Permalink
set cython language level
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Mar 19, 2023
1 parent 298f4f4 commit d888d80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmfrec/cfuns_double.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
import ctypes

ctypedef double real_t
Expand Down
1 change: 1 addition & 0 deletions cmfrec/cfuns_double_plusblas.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
import ctypes

ctypedef double real_t
Expand Down
1 change: 1 addition & 0 deletions cmfrec/cfuns_float.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
import ctypes

ctypedef float real_t
Expand Down
1 change: 1 addition & 0 deletions cmfrec/cfuns_float_plusblas.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#cython: language_level=3
import ctypes

ctypedef float real_t
Expand Down

0 comments on commit d888d80

Please sign in to comment.