Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed Aug 30, 2024
1 parent 6662bab commit 0e09045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/tuvx/grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ end function grid_t_constructor
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

integer function number_of_sections(this, error) result( n_sections )
use musica_util, only: error_t, error_t_c, dk => musica_dk
use musica_util, only: error_t, error_t_c

! Arguments
class(grid_t), intent(inout) :: this
Expand Down

0 comments on commit 0e09045

Please sign in to comment.