-
Notifications
You must be signed in to change notification settings - Fork 62
EPANET 2.3 updates #251
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
EPANET 2.3 updates #251
Conversation
…ic + flowUnitsCheck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the function apiENgetlinkvalues
does not exist.
tests/testFunctions2_3.m
Outdated
maxSteps = 2; | ||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% getLinkInfo?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[obj.Errcode, tstep] = obj.apiENnextQ(obj.LibEPANET, obj.ph); | ||
tstep = double(tstep); | ||
end | ||
function openX(obj, inpfile, rptfile, outfile) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use in apiENopen
You can find tests for the new functions in testFunctions2_3.m and EX28_Leakage.m