Skip to content

Commit 326f7df

Browse files
author
Daniel Vickers
committed
Addressed all review comments
1 parent a91ecca commit 326f7df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/simulation/m_compute_levelset.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ contains
121121

122122
gp%levelset = dist - radius
123123
if (f_approx_equal(dist, 0._wp)) then
124-
gp%levelset_norm = 0
124+
gp%levelset_norm = 0._wp
125125
else
126126
gp%levelset_norm = dist_vec(:)/dist
127127
end if
@@ -312,7 +312,7 @@ contains
312312

313313
end subroutine s_3d_airfoil_levelset
314314

315-
!> Initialize IBM module
315+
!> Subroutine for computing the levelset values at a ghost point belonging to the rectangle IB
316316
subroutine s_rectangle_levelset(gp)
317317

318318
$:GPU_ROUTINE(parallelism='[seq]')

0 commit comments

Comments
 (0)