Skip to content

Commit df82956

Browse files
Update src/pre_process/m_patches.fpp
Converted these iterators to integers.
1 parent a998df9 commit df82956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre_process/m_patches.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ contains
256256
gamma = fluid_pp(1)%gamma
257257
lit_gamma = (1._wp + gamma)/gamma
258258
j = 0
259-
k = 0.0_wp
259+
k = 0
260260

261261
! Transferring the line segment's centroid and length information
262262
x_centroid = patch_icpp(patch_id)%x_centroid

0 commit comments

Comments
 (0)