From 96830c5eed9bda549ba078a84381ce94438a8d36 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 28 Jul 2017 13:01:13 +0200 Subject: Add support for off-centered waves. Bump SONAME due to ABI break. --- brill_data.py | 1 + 1 file changed, 1 insertion(+) (limited to 'brill_data.py') 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)), -- cgit v1.2.3