Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read_value_or_time_series_adv with 'WITHDRAWAL' vs 'WITHDRAWL' #1749

Closed
mwtoews opened this issue Apr 19, 2024 · 1 comment
Closed

read_value_or_time_series_adv with 'WITHDRAWAL' vs 'WITHDRAWL' #1749

mwtoews opened this issue Apr 19, 2024 · 1 comment
Labels
Milestone

Comments

@mwtoews
Copy link
Contributor

mwtoews commented Apr 19, 2024

There is a potential bug related to a typo here:

case ('WITHDRAWAL')
ierr = this%lak_check_valid(itemno)
if (ierr /= 0) then
goto 999
end if
call this%parser%GetString(text)
jj = 1 ! For specified WITHDRAWAL
bndElem => this%withdrawal(itemno)
call read_value_or_time_series_adv(text, itemno, jj, bndElem, &
this%packName, 'BND', this%tsManager, &
this%iprpak, 'WITHDRAWL')

Note the case for the correctly spelled "WITHDRAWAL" term, but read_value_or_time_series_adv is called with typo "WITHDRAWL".

@langevin-usgs
Copy link
Contributor

Closed with #1748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants