Skip to content

Commit f2de459

Browse files
authored
Update m_bubbles_EL_kernels.fpp
1 parent 55e3efa commit f2de459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simulation/m_bubbles_EL_kernels.fpp

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

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

395395
!< Compute characteristic volume
396396
if (p > 0) then

0 commit comments

Comments
 (0)