We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e3efa commit f2de459Copy full SHA for f2de459
src/simulation/m_bubbles_EL_kernels.fpp
@@ -390,7 +390,7 @@ contains
390
391
!< Compute characteristic distance
392
chardist = sqrt(dx(cell(1))*dy(cell(2)))
393
- 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)
394
395
!< Compute characteristic volume
396
if (p > 0) then
0 commit comments