Skip to content

Commit

Permalink
fix punctuation in modules_arrs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbathegit committed Dec 16, 2024
1 parent 9df759f commit 0eaa22a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules_arrs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -496,17 +496,17 @@ end module moda_nrv203
!>
!> @author J. Ator @date 2024-12-10
module moda_tabccc
! Number of bits by which to modify the data width of subsequent jump/link table mnemonics whose
! type indicator is "NUM"; set to 0 unless a 2-01-YYY or 2-07-YYY operator is in effect.
!> Number of bits by which to modify the data width of subsequent jump/link table mnemonics whose
!> type indicator is "NUM"; set to 0 unless a 2-01-YYY or 2-07-YYY operator is in effect.
integer :: icdw
! Number by which to modify the scale of subsequent jump/link table mnemonics whose type
! indicator is "NUM"; set to 0 unless a 2-02-YYY or 2-07-YYY operator is in effect.
!> Number by which to modify the scale of subsequent jump/link table mnemonics whose type
!> indicator is "NUM"; set to 0 unless a 2-02-YYY or 2-07-YYY operator is in effect.
integer :: icsc
! Factor by which to multiply the reference value of subsequent jump/link table mnemonics
! whose type indicator is "NUM"; set to 1 unless a 2-07-YYY operator is in effect.
!> Factor by which to multiply the reference value of subsequent jump/link table mnemonics
!> whose type indicator is "NUM"; set to 1 unless a 2-07-YYY operator is in effect.
integer :: icrv
! New data width (in bytes) for subsequent jump/link table mnemonics whose type indicator
! is "CHR"; set to 0 unless a 2-08-YYY operator is in effect.
!> New data width (in bytes) for subsequent jump/link table mnemonics whose type indicator
!> is "CHR"; set to 0 unless a 2-08-YYY operator is in effect.
integer :: incw
end module moda_tabccc

Expand Down

0 comments on commit 0eaa22a

Please sign in to comment.