Initial commit of VB6 code to perform comparison of binary output files

Related to #16
This commit is contained in:
Elad Salomons
2015-12-10 22:57:16 +02:00
parent 19f04fb8b3
commit ec04b7f535
7 changed files with 772 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
The program will run all INP files in the Nets sub-directory.
A report, binary output files and a .dif file will be created for each INP file.
The report is the min(—log10(abs(X1-X2))) where X1 and X2 are the results arrays obtains from the two binary files.
Files needed in the code directory:
epanet2d.exe is the official EPANET standalone version.
epanet2.exe is the current development version (the one being tested).
How to use: run the program and click the RUN button.
By Elad Salomons
email: selad@optiwater.com