Skip to content

Commit

Permalink
Do not parse J_in_time and rho_in_time
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Feb 7, 2025
1 parent 5702875 commit 5864733
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Source/WarpX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1478,11 +1478,6 @@ WarpX::ReadParameters ()
// second-order solution)
pp_psatd.query_enum_sloppy("solution_type", m_psatd_solution_type, "-_");

// Integers that correspond to the time dependency of J (constant, linear)
// and rho (linear, quadratic) for the PSATD algorithm
pp_psatd.query_enum_sloppy("J_in_time", J_in_time, "-_");
pp_psatd.query_enum_sloppy("rho_in_time", rho_in_time, "-_");

std::string JRhom_input;
pp_psatd.query("JRhom", JRhom_input);
if (!JRhom_input.empty()) {
Expand Down

0 comments on commit 5864733

Please sign in to comment.