Skip to content

Commit

Permalink
Update m_bubbles_EL_kernels.fpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Dec 20, 2024
1 parent 55e3efa commit f2de459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_bubbles_EL_kernels.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ contains

!< Compute characteristic distance
chardist = sqrt(dx(cell(1))*dy(cell(2)))
if (p > 0) chardist = (dx(cell(1))*dy(cell(2))*dz(cell(3)))**(1./3.)
if (p > 0) chardist = (dx(cell(1))*dy(cell(2))*dz(cell(3)))**(1._wp/3._wp)

!< Compute characteristic volume
if (p > 0) then
Expand Down

0 comments on commit f2de459

Please sign in to comment.