Skip to content

Commit 5599ee7

Browse files
authored
Merge pull request #970 from erdc/fix_exit_pyx
add `from sys import exit` to cython modules that use exit
2 parents 9d5567c + a417b72 commit 5599ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proteus/cnumericalFlux.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# A type of -*- python -*- file
2+
from sys import exit
23
import numpy as np
34
cimport numpy as np
45
cdef extern from "numericalFlux.h":

0 commit comments

Comments
 (0)