aboutsummaryrefslogtreecommitdiff
path: root/brill_data.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-07-28 13:01:13 +0200
committerAnton Khirnov <anton@khirnov.net>2017-07-28 13:01:13 +0200
commit96830c5eed9bda549ba078a84381ce94438a8d36 (patch)
tree9b37c60d4c6d63b121bcc007de0af82e42cb678c /brill_data.py
parente6be3f8851fcd578d2cdcec5d85cd96f6cc65162 (diff)
Add support for off-centered waves.
Bump SONAME due to ABI break.
Diffstat (limited to 'brill_data.py')
-rw-r--r--brill_data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brill_data.py b/brill_data.py
index e47ab07..043df09 100644
--- a/brill_data.py
+++ b/brill_data.py
@@ -44,6 +44,7 @@ class BrillData(object):
("q_func_type", ctypes.c_int),
("amplitude", ctypes.c_double),
("eppley_n", ctypes.c_uint),
+ ("rho0", ctypes.c_double),
("nb_coeffs", ctypes.c_uint * 2),
("basis_scale_factor", ctypes.c_double * 2),
("psi_minus1_coeffs", ctypes.POINTER(ctypes.c_double)),