aboutsummaryrefslogtreecommitdiff
path: root/brill_data.py
diff options
context:
space:
mode:
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)),