Add EN_openX function
EN_openX allows an EPANET input file to be opened even if it has errors. This required re-arranging code, mainly in input3.c, so that default values are assigned to an object before its input line is parsed.
This commit is contained in:
@@ -131,4 +131,5 @@ EXPORTS
|
||||
ENstepQ = _ENstepQ@4
|
||||
ENusehydfile = _ENusehydfile@4
|
||||
ENwriteline = _ENwriteline@4
|
||||
ENtimetonextevent = _ENtimetonextevent@12
|
||||
ENtimetonextevent = _ENtimetonextevent@12
|
||||
ENopenX = _ENopenX@12
|
||||
|
||||
Reference in New Issue
Block a user