From 1e75583586a07ae9c46f53c3f11fff84b1cef40f Mon Sep 17 00:00:00 2001 From: Andrew Strong <aws@olga4.opt.rzg.mpg.de> Date: Mon, 1 Jun 2020 18:01:37 +0200 Subject: [PATCH] mv SkymapFitsio.cc .h to unused, removed corresponding include from HIHIC.cc Sun.cc --- source/HIH2IC.cc | 2 +- source/Sun.cc | 2 +- source/{ => unused}/SkymapFitsio.cc | 0 source/{ => unused}/SkymapFitsio.h | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename source/{ => unused}/SkymapFitsio.cc (100%) rename source/{ => unused}/SkymapFitsio.h (100%) diff --git a/source/HIH2IC.cc b/source/HIH2IC.cc index 27ec1f0..9d60e6b 100644 --- a/source/HIH2IC.cc +++ b/source/HIH2IC.cc @@ -7,7 +7,7 @@ #include "Parameters.h" #include "Variables.h" #include "Skymap.h" -#include "SkymapFitsio.h" +//#include "SkymapFitsio.h" AWS20200601 SkymapFitsio.cc outdated, not used #include <string> #include <vector> diff --git a/source/Sun.cc b/source/Sun.cc index 20bfc14..dd0ee23 100644 --- a/source/Sun.cc +++ b/source/Sun.cc @@ -7,7 +7,7 @@ #include "Parameters.h" #include "Variables.h" #include "Skymap.h" -#include "SkymapFitsio.h" +//#include "SkymapFitsio.h" AWS20200601 SkymapFitsio.cc outdated, not used #include <string> #include <vector> diff --git a/source/SkymapFitsio.cc b/source/unused/SkymapFitsio.cc similarity index 100% rename from source/SkymapFitsio.cc rename to source/unused/SkymapFitsio.cc diff --git a/source/SkymapFitsio.h b/source/unused/SkymapFitsio.h similarity index 100% rename from source/SkymapFitsio.h rename to source/unused/SkymapFitsio.h -- GitLab