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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sno_charge.h b/src/sno_charge.h
new file mode 100644
index 0000000..545fdd2
--- /dev/null
+++ b/src/sno_charge.h
@@ -0,0 +1,9 @@
+#ifndef SNO_CHARGE_H
+#define SNO_CHARGE_H
+
+void init_charge(void);
+double pq(double q, int n);
+double get_pmiss(int n);
+double spe_pol2exp(double q);
+
+#endif