aboutsummaryrefslogtreecommitdiffstats
path: root/mass_profile/beta_cfg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mass_profile/beta_cfg.hpp')
-rw-r--r--mass_profile/beta_cfg.hpp23
1 files changed, 0 insertions, 23 deletions
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 <map>
-#include <vector>
-#include <string>
-#include <iostream>
-
-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<std::string,std::vector<double> > param_map;
-};
-
-cfg_map parse_cfg_file(std::istream& is);
-
-#endif