Skip to content

Commit 909788d

Browse files
committed
pretty
1 parent 87a0ad6 commit 909788d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simulation/m_pressure_relaxation.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ contains
101101

102102
end subroutine s_relax_cell_pressure
103103

104-
!> Check if pressure relaxation is needed for this cell
104+
!> Check if pressure relaxation is needed for this cell
105105
pure logical function s_needs_pressure_relaxation(q_cons_vf, j, k, l)
106106
!$acc routine seq
107-
107+
108108
type(scalar_field), dimension(sys_size), intent(in) :: q_cons_vf
109109
integer, intent(in) :: j, k, l
110110
integer :: i

0 commit comments

Comments
 (0)