From bbf886a74b941a525b338d690ff6846d87fd3ef3 Mon Sep 17 00:00:00 2001 From: Andrew Strong <aws@olga4.opt.rzg.mpg.de> Date: Fri, 17 Jan 2020 14:03:39 +0100 Subject: [PATCH] gen_GLAST_models.cc: write input catalogue enabled --- source/gen_GLAST_models.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gen_GLAST_models.cc b/source/gen_GLAST_models.cc index d18c0d9..10d3b98 100644 --- a/source/gen_GLAST_models.cc +++ b/source/gen_GLAST_models.cc @@ -62,7 +62,7 @@ int Galplot::gen_GLAST_models() // AWS20110719 - if(FALSE) //AWS20110819 + if(TRUE) //AWS20110819 AWS20200117 FALSE->TRUE { cout<<"test writing Fermi Source Catalogue"<<endl; sources_input.write(string(configure.fits_directory)+"/galplot_Fermi_cat_test_write.fits"); -- GitLab