Skip to content

Commit

Permalink
fix(gwf-uzf): variable name NTRAIL should be NTRAIL_PVAR (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs authored Aug 1, 2024
1 parent 52c5bbd commit a63499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/GroundWaterFlow/gwf-uzf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@ subroutine uzf_allocate_scalars(this)
call mem_allocate(this%ibudgetout, 'IBUDGETOUT', this%memoryPath)
call mem_allocate(this%ibudcsv, 'IBUDCSV', this%memoryPath)
call mem_allocate(this%ipakcsv, 'IPAKCSV', this%memoryPath)
call mem_allocate(this%ntrail_pvar, 'NTRAIL', this%memoryPath)
call mem_allocate(this%ntrail_pvar, 'NTRAIL_PVAR', this%memoryPath)
call mem_allocate(this%nsets, 'NSETS', this%memoryPath)
call mem_allocate(this%nodes, 'NODES', this%memoryPath)
call mem_allocate(this%istocb, 'ISTOCB', this%memoryPath)
Expand Down

0 comments on commit a63499e

Please sign in to comment.