diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 09:35:20 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-11-27 09:35:20 -0600 |
commit | 44a346b9137cb26e5b54a7e77f4d2fc0d594774d (patch) | |
tree | 86b7d77f4dfd0fe1ab5df04ee3f26367153bf93b /src/sno_charge.h | |
parent | cf6482edbd51e608f2455238800efbb0c52ba559 (diff) | |
download | sddm-44a346b9137cb26e5b54a7e77f4d2fc0d594774d.tar.gz sddm-44a346b9137cb26e5b54a7e77f4d2fc0d594774d.tar.bz2 sddm-44a346b9137cb26e5b54a7e77f4d2fc0d594774d.zip |
a bunch of small changes to speed things up
Diffstat (limited to 'src/sno_charge.h')
-rw-r--r-- | src/sno_charge.h | 1 |
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); |