Skips the first n_skip_lines (read on input) lines in the coupling_terms_file
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | private | :: | line_index_ |
subroutine skip_header_lines
!! Skips the first n_skip_lines (read on input) lines
!! in the coupling_terms_file
!---------------------------------------------------------------------!
integer(int32) :: line_index_
!---------------------------------------------------------------------!
do line_index_ = 1, n_skip_lines
read(coupling_terms_file_unit, *)
enddo
!---------------------------------------------------------------------!
end subroutine skip_header_lines