Skip to content

Commit dc072f2

Browse files
committed
fix formatting issues
1 parent 170ddc1 commit dc072f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solver.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ subroutine allocate_tdsops(dirps, backend, mesh, der1st_scheme, &
220220
character(*), intent(in) :: der1st_scheme, der2nd_scheme, &
221221
interpl_scheme, stagder_scheme
222222
!! hyperviscous (iSVV) der2nd params; only required when der2nd_scheme is
223-
!! 'compact6-hyperviscous'.
223+
!! 'compact6-hyperviscous'.
224224
real(dp), optional, intent(in) :: c_nu, nu0_nu
225225

226226
integer :: dir, bc_start, bc_end, bc_mp_start, bc_mp_end, n_vert, n_cell, i

0 commit comments

Comments
 (0)