From 8538a7cbc01f5f3143cb366884dfa84ebc1625ed Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 20 Sep 2018 11:19:25 -0500 Subject: add absorption lengths for D2O and H2O weighted by the Cerenkov spectrum and the quantum efficiency --- src/fit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fit.c') diff --git a/src/fit.c b/src/fit.c index 293c19c..09da3a0 100644 --- a/src/fit.c +++ b/src/fit.c @@ -5432,6 +5432,7 @@ int main(int argc, char **argv) init_interpolation(); init_charge(); + optics_init(); dict *db = db_init(); if (load_file(db, "DQXX_0000010000.dat")) { -- cgit