Skip to content

Commit

Permalink
removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacc95 committed Mar 7, 2025
1 parent ae30a06 commit e12f7f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Fluids/WarpXFluidContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1595,9 +1595,6 @@ void WarpXFluidContainer::HybridQDSMCUpdateTe (ablastr::fields::MultiFabRegister
if( rho(i, j, k) > 0 ){

amrex::Real ne = rho(i, j, k)/PhysConst::q_e;
//if(ne<n_floor){
// ne = n_floor;
//}
amrex::Real weight = weights(i,j,k);

if(weight>0 && ne>n_floor){
Expand Down

0 comments on commit e12f7f5

Please sign in to comment.