-
Notifications
You must be signed in to change notification settings - Fork 176
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
SWMM output API bug #204
Milestone
Comments
cbuahin
added a commit
that referenced
this issue
Nov 20, 2024
cbuahin
added a commit
that referenced
this issue
Nov 20, 2024
cbuahin
added
the
addressed
Issues that have been addressed. Pending merge before closing.
label
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Function for retrieving system variable assigns an address to a local variable to the output pointer. This causes an error when the local variable goes out of scope and is generally inconsistent with the strategy used else where in the code.
https://github.com/USEPA/Stormwater-Management-Model/blob/develop/src/outfile/swmm_output.c#L783-L796
The text was updated successfully, but these errors were encountered: