Skip to content

Commit

Permalink
Remove utilities.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
timothy-nunn committed Feb 12, 2025
1 parent 771b3ee commit e9b1638
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
2 changes: 0 additions & 2 deletions source/fortran/input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ module process_input
#ifdef unit_test
public :: parse_input_file
#endif
! public :: upper_case

integer, parameter :: maxlen = 2000 ! maximum line length
character(len=maxlen) :: line ! current line of text from input file
integer :: linelen, lineno ! current line length, line number
Expand Down
62 changes: 0 additions & 62 deletions source/fortran/utilities.f90

This file was deleted.

0 comments on commit e9b1638

Please sign in to comment.