Skip to content

Commit d9ec1ba

Browse files
committed
fix lint
1 parent ff369a9 commit d9ec1ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyro/compressible/_defaults

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cfl = 0.8
55
[eos]
66
gamma = 1.4 ; pres = rho ener (gamma - 1)
77

8-
98
[compressible]
109
use_flattening = 1 ; apply flattening at shocks (1)
1110

@@ -21,6 +20,8 @@ grav = 0.0 ; gravitational acceleration (in y-direction)
2120

2221
riemann = HLLC ; HLLC or CGF
2322

23+
small_eint = -1.e200 ; minimum density allowed
24+
small_dens = -1.e200 ; minimum specific internal energy allowed
2425

2526
[sponge]
2627
do_sponge = 0 ; do we include a sponge source term

pyro/compressible/simulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ def evolve(self):
437437

438438
tm_evolve.end()
439439

440-
441440
def dovis(self):
442441
"""
443442
Do runtime visualization.

0 commit comments

Comments
 (0)