Skip to content

Commit

Permalink
cleaned comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacc95 committed Jan 10, 2025
1 parent e185512 commit f6d3d19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Fluids/WarpXFluidContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1436,8 +1436,6 @@ void WarpXFluidContainer::HybridInitializeUe (

const auto ix_type = m_fields.get(name_mf_NU, Direction{0}, lev)->ixType().toIntVect();

//ablastr::fields::ScalarField rho_fp = m_fields.get(FieldType::rho_fp, lev);

ablastr::fields::VectorField current_fp_ampere = m_fields.get_alldirs(FieldType::hybrid_current_fp_plasma, lev);

// Index type required for interpolating fields from their respective
Expand Down Expand Up @@ -1522,8 +1520,6 @@ void WarpXFluidContainer::HybridInitializeKe (ablastr::fields::MultiFabRegister&

const auto ix_type = m_fields.get(name_mf_K, lev)->ixType().toIntVect();

//ablastr::fields::ScalarField rho_fp = m_fields.get(FieldType::rho_fp, lev);

// For safety condition (divition by rho)
amrex::Real rho_floor = PhysConst::q_e*n_floor;

Expand Down

0 comments on commit f6d3d19

Please sign in to comment.