Skip to content

Commit 2aac61a

Browse files
Diego VacaDiego Vaca
authored andcommitted
Formatted
1 parent eb160cc commit 2aac61a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/common/m_constants.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module m_constants
6060
real(wp), parameter :: scale_first_guess = 1e-3_wp
6161
real(wp), parameter :: scale_guess = 1e-2_wp
6262
real(wp), parameter :: small_guess = 1e-6_wp
63-
63+
6464
! Relativity
6565
integer, parameter :: relativity_cons_to_prim_max_iter = 100
6666

src/simulation/m_bubbles_EE.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ contains
291291
bub_adv_src(j, k, l), divu%sf(j, k, l), &
292292
dmBub_id, dmMass_v, dmMass_n, dmBeta_c, &
293293
dmBeta_t, dmCson, adap_dt_stop)
294-
294+
295295
q_cons_vf(rs(q))%sf(j, k, l) = nbub*myR
296296
q_cons_vf(vs(q))%sf(j, k, l) = nbub*myV
297297

src/simulation/m_bubbles_EL.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ contains
573573

574574
! Adaptive time stepping
575575
adap_dt_stop = 0
576-
576+
577577
if (adap_dt) then
578578

579579
call s_advance_step(myRho, myPinf, myR, myV, myR0, myPb, myPbdot, dmalf, &

0 commit comments

Comments
 (0)