aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'teukolsky_data.py')
-rw-r--r--teukolsky_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/teukolsky_data.py b/teukolsky_data.py
index 5bc9364..c9150de 100644
--- a/teukolsky_data.py
+++ b/teukolsky_data.py
@@ -37,6 +37,7 @@ class TeukolskyData(object):
("atol", ctypes.c_double),
("nb_threads", ctypes.c_uint),
("coeffs", ctypes.POINTER(ctypes.c_double) * 3),
+ ("solution_branch", ctypes.c_uint),
]
def __init__(self, **kwargs):