From 4ea7a05ea9a7352602f1f48a860fd81c36e8bc04 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 20 Feb 2017 12:26:17 +0800 Subject: Rename mass_profile to src; Add install & uninstall to Makefile --- mass_profile/beta_cfg.hpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 mass_profile/beta_cfg.hpp (limited to 'mass_profile/beta_cfg.hpp') diff --git a/mass_profile/beta_cfg.hpp b/mass_profile/beta_cfg.hpp deleted file mode 100644 index 27148df..0000000 --- a/mass_profile/beta_cfg.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef BETA_CFG -#define BETA_CFG - -#include -#include -#include -#include - -struct cfg_map -{ - std::string sbp_data; - std::string cfunc_profile; - std::string tprofile; - double z; - double cm_per_pixel; - double rmin_kpc; - double rmin_pixel; - std::map > param_map; -}; - -cfg_map parse_cfg_file(std::istream& is); - -#endif -- cgit v1.2.2