Skip to content

Commit

Permalink
apply changes to TspSpc after MODFLOW-USGS#2036 merged in
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Oct 17, 2024
1 parent d5d9c46 commit 42f5c7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Model/ModelUtilities/TspSpc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ function get_value(this, ientry, nbound_flow) result(value)
else
value = this%dblvec(ientry)
end if
return
end function get_value

!> @ brief Read and prepare
Expand Down Expand Up @@ -592,8 +591,6 @@ subroutine spc_rp_array(this, line)
end select

end do
!
return
end subroutine spc_rp_array

!> @ brief Advance
Expand Down Expand Up @@ -706,7 +703,6 @@ subroutine set_value(this, ival)
this%depvarname)

end select
return
end subroutine set_value

!> @ brief check_flow_package
Expand Down

0 comments on commit 42f5c7d

Please sign in to comment.