Skip to content

Commit f4a0285

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 03d4464 commit f4a0285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Fluids/WarpXFluidContainer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ void WarpXFluidContainer::Hybrid_Electron_Joule_Heating (ablastr::fields::MultiF
16801680

16811681
// remove this. Control on Te is set in eta() expression defined by the user.
16821682
// unless this is necessary to avoid Te blowing up or m=4 amplification
1683-
if(Te_val<Te0_K){
1683+
if(Te_val<Te0_K){
16841684
Te_val = Te0_K;
16851685
}
16861686

0 commit comments

Comments
 (0)