From 24c8bcfe7f76b20124e2862ea050f815c0f768e7 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 14 Aug 2018 10:08:27 -0500 Subject: move everything to src directory --- sno_charge.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 sno_charge.h (limited to 'sno_charge.h') 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 -- cgit