diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2019-09-13 10:18:32 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2019-09-13 10:18:32 -0400 |
| commit | 4e39f414c2f4f83b493aa4c05cbdf6fad11da13d (patch) | |
| tree | 325104b2cd242869d2c24d0ee80cef7c60b3cf73 | |
| parent | 3b698d9f788a6317136335ae2d82de03d7ed5260 (diff) | |
| download | pyisda-4e39f414c2f4f83b493aa4c05cbdf6fad11da13d.tar.gz | |
add new Seniority type
| -rw-r--r-- | pyisda/curve.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyisda/curve.pxd b/pyisda/curve.pxd index 5297c48..88fad34 100644 --- a/pyisda/curve.pxd +++ b/pyisda/curve.pxd @@ -242,6 +242,7 @@ cpdef enum DocClause: cpdef enum Seniority: Senior Subordinated + SLA cdef inline const TCurve* get_TCurve(Curve c) nogil: return <TCurve*>c._thisptr.get() |
