Skip to content

Commit e12f7f5

Browse files
committed
removed some comments
1 parent ae30a06 commit e12f7f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Fluids/WarpXFluidContainer.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1595,9 +1595,6 @@ void WarpXFluidContainer::HybridQDSMCUpdateTe (ablastr::fields::MultiFabRegister
15951595
if( rho(i, j, k) > 0 ){
15961596

15971597
amrex::Real ne = rho(i, j, k)/PhysConst::q_e;
1598-
//if(ne<n_floor){
1599-
// ne = n_floor;
1600-
//}
16011598
amrex::Real weight = weights(i,j,k);
16021599

16031600
if(weight>0 && ne>n_floor){

0 commit comments

Comments
 (0)