aboutsummaryrefslogtreecommitdiff
path: root/sno_charge.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
committertlatorre <tlatorre@uchicago.edu>2018-08-14 10:08:27 -0500
commit24c8bcfe7f76b20124e2862ea050f815c0f768e7 (patch)
treee5bdbd638a2c7f38f1c094cc9e95cbdfe05b9481 /sno_charge.h
parent0b7f199c0d93074484ea580504485a32dc29f5e2 (diff)
downloadsddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.gz
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.tar.bz2
sddm-24c8bcfe7f76b20124e2862ea050f815c0f768e7.zip
move everything to src directory
Diffstat (limited to 'sno_charge.h')
-rw-r--r--sno_charge.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sno_charge.h b/sno_charge.h
deleted file mode 100644
index 545fdd2..0000000
--- a/sno_charge.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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