aboutsummaryrefslogtreecommitdiff
path: root/src/sno_charge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sno_charge.h')
-rw-r--r--src/sno_charge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sno_charge.h b/src/sno_charge.h
index 1004e30..50b018e 100644
--- a/src/sno_charge.h
+++ b/src/sno_charge.h
@@ -2,6 +2,7 @@
#define SNO_CHARGE_H
void init_charge(void);
+double log_pq(double q, int n);
double pq(double q, int n);
double get_log_pmiss(int n);
double spe_pol2exp(double q);