Skip to content

Commit 5eb308a

Browse files
Hyeoksu LeeHyeoksu Lee
authored andcommitted
fix type
1 parent 7dda3b0 commit 5eb308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post_process/m_global_parameters.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ contains
588588
if (nb == 1) then
589589
weight(:) = 1._wp
590590
R0(:) = 1._wp
591-
else if (nb < 1)
591+
else if (nb < 1) then
592592
stop 'Invalid value of nb'
593593
end if
594594

0 commit comments

Comments
 (0)