@@ -32,8 +32,8 @@ class PairCorrelationInput
3232 {
3333 section_name = type_tag;
3434 section_name_alternates = {" gofr" };
35- attributes = {" type" , " name" , " num_bin" , " rmax" , " dr" , " debug" , " sources" , " target " };
36- strings = {" type" , " name" , " target " };
35+ attributes = {" type" , " name" , " num_bin" , " rmax" , " dr" , " debug" , " sources" };
36+ strings = {" type" , " name" };
3737 multi_strings = {" sources" };
3838 reals = {" dr" , " rmax" };
3939 integers = {" num_bin" };
@@ -48,7 +48,6 @@ class PairCorrelationInput
4848
4949 std::string name_{type_tag};
5050 std::string type_{type_tag};
51- std::string target_{" e" };
5251 std::vector<std::string> sources_{" e" };
5352 Real rmax_{10 };
5453 bool explicit_set_rmax_{false };
@@ -62,7 +61,6 @@ class PairCorrelationInput
6261 std::string get_name () const { return name_; }
6362 std::string get_type () const { return type_; }
6463 const std::vector<std::string>& get_sources () const { return sources_; }
65- const std::string& get_target () const { return target_; }
6664 Real get_rmax () const { return rmax_; }
6765 Real get_delta () const { return delta_; }
6866 int get_nbins () const { return nbins_; }
0 commit comments