aboutsummaryrefslogtreecommitdiff
path: root/teukolsky_data.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-04-07 15:25:59 +0200
committerAnton Khirnov <anton@khirnov.net>2018-04-07 15:25:59 +0200
commit90381f1d94c437e58d233edeb43d0a1bb5c923f8 (patch)
tree2098d4cdc3bdd4fca7192a10c4bf068c9d2361f5 /teukolsky_data.h
parent234e722c5abfb15c9850b4224cabbb3e2d0c3657 (diff)
Handle the upper solution branch.
Diffstat (limited to 'teukolsky_data.h')
-rw-r--r--teukolsky_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/teukolsky_data.h b/teukolsky_data.h
index 78bf824..1668bff 100644
--- a/teukolsky_data.h
+++ b/teukolsky_data.h
@@ -103,6 +103,8 @@ typedef struct TDContext {
unsigned int nb_threads;
double *coeffs[3];
+
+ unsigned int solution_branch;
} TDContext;
/**