From 90381f1d94c437e58d233edeb43d0a1bb5c923f8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 7 Apr 2018 15:25:59 +0200 Subject: Handle the upper solution branch. --- teukolsky_data.py | 1 + 1 file changed, 1 insertion(+) (limited to 'teukolsky_data.py') 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): -- cgit v1.2.3