Skip to content

Commit

Permalink
Merge pull request #70 from vasole/order
Browse files Browse the repository at this point in the history
Suppress warning
  • Loading branch information
vasole authored Oct 11, 2023
2 parents 34e35df + 867bffe commit 01dc1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cython/XRF.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ cdef extern from "fisx_xrf.h" namespace "fisx":
int, \
int, \
double, \
Beam) nogil except +
Beam) except + nogil

std_map[std_string, std_map[int, std_map[std_string, std_map[std_string, double]]]] \
getMultilayerFluorescence(std_vector[std_string], Elements, int, int, int, double, Beam) nogil except +
getMultilayerFluorescence(std_vector[std_string], Elements, int, int, int, double, Beam) except + nogil

0 comments on commit 01dc1b6

Please sign in to comment.