Skip to content

Commit

Permalink
variable usage clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Oct 17, 2023
1 parent a5a5ad2 commit efe46f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Model/TransportModel/tsp1sdv1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ module TspSdvModule
private
public :: sdv_create
!
character(len=LENFTYPE) :: ftype = ' '
character(len=LENPACKAGENAME) :: text = ''
!
type, extends(BndType) :: TspSdvType

real(DP), dimension(:), pointer, contiguous :: ratesdvin => null() !simulated flows into constant conc (excluding other concs)
Expand Down Expand Up @@ -426,7 +423,7 @@ end function sdv_obs_supported
!!
!! This routine:
!! - defines observations
!! - stores observation types supported by either of the SDV packages
!! - stores observation types supported by either of the SDV packages
!! (CNC or CNT),
!! - overrides BndType%bnd_df_obs
!<
Expand Down

0 comments on commit efe46f5

Please sign in to comment.