@@ -82,7 +82,8 @@ namespace user {
8282 const real_t drift_u_1, drift_u_2;
8383 const real_t j0;
8484 InitFields<D> init_flds;
85- cdfTable cdf;
85+ // const real_t e_min, gamma_emit, gamma_rad, gamma_pc, gamma_min, curvR;
86+ // cdfTable cdf;
8687
8788 inline PGen (const SimulationParams& p, const Metadomain<S, M>& m)
8889 : arch::ProblemGenerator<S, M>(p)
@@ -95,8 +96,14 @@ namespace user {
9596 , drift_u_1 { p.template get <real_t >(" setup.drift_u_1" ) }
9697 , drift_u_2 { p.template get <real_t >(" setup.drift_u_2" ) }
9798 , j0 { p.template get <real_t >(" setup.j0" ) }
98- , init_flds { b0, TWO * FOUR * constant::PI * b0 * Omega * SQR (skindepth0) / larmor0 }
99- , cdf { " cdf_table.txt" , " inverse_cdf_table.txt" } {}
99+ , init_flds { b0, TWO * FOUR * constant::PI * b0 * Omega * SQR (skindepth0) / larmor0 } {}
100+ // , e_min { p.template get<real_t>("setup.e_min") }
101+ // , gamma_emit { p.template get<real_t>("setup.gamma_emit") }
102+ // , gamma_rad { p.template get<real_t>("setup.gamma_rad") }
103+ // , gamma_pc { p.template get<real_t>("setup.gamma_pc") }
104+ // , gamma_min { p.template get<real_t>("setup.gamma_min") }
105+ // , curvR { p.template get<real_t>("setup.curvR") }
106+ // , cdf { "cdf_table.txt", "inverse_cdf_table.txt" } {}
100107
101108 inline PGen () {}
102109
@@ -137,9 +144,6 @@ namespace user {
137144 // ONE + j0);
138145 // }
139146
140- void CustomPostStep (std::size_t , long double , Domain<S, M>& domain) {
141-
142- }
143147 };
144148
145149} // namespace user
0 commit comments