File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -110,21 +110,6 @@ int iSS::read_in_FO_surface() {
110
110
}
111
111
112
112
113
- int iSS::read_in_FO_surface (std::vector<FO_surf> &surf_vec) {
114
- read_FOdata freeze_out_data (paraRdr_ptr, path_, table_path_,
115
- particle_table_path_);
116
- FOsurf_ptr = surf_vec;
117
- freeze_out_data.regulate_surface_cells (FOsurf_ptr);
118
- messager << " total number of cells: " << FOsurf_ptr.size ();
119
- messager.flush (" info" );
120
- afterburner_type_ = freeze_out_data.get_afterburner_type ();
121
- freeze_out_data.read_in_chemical_potentials (FOsurf_ptr, particle);
122
- flag_PCE_ = freeze_out_data.get_flag_PCE ();
123
- messager.info (" -- Read in data finished!" );
124
- return (0 );
125
- }
126
-
127
-
128
113
void iSS::set_random_seed () {
129
114
randomSeed_ = paraRdr_ptr->getVal (" randomSeed" );
130
115
ran_gen_ptr_ = std::shared_ptr<RandomUtil::Random>(
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ class iSS {
54
54
55
55
int shell ();
56
56
int read_in_FO_surface ();
57
- int read_in_FO_surface (std::vector<FO_surf> &surf_vec);
58
57
int generate_samples ();
59
58
60
59
int get_number_of_sampled_events () {
You can’t perform that action at this time.
0 commit comments