Merge branch 'contributor-lr' of https://github.com/LRossman/EPANET into contributor-lr
This commit is contained in:
@@ -49,7 +49,8 @@ typedef int INT4;
|
|||||||
#define MAXID 31 /* Max. # characters in ID name */
|
#define MAXID 31 /* Max. # characters in ID name */
|
||||||
#define MAXMSG 79 /* Max. # characters in message text */
|
#define MAXMSG 79 /* Max. # characters in message text */
|
||||||
#define MAXLINE 255 /* Max. # characters read from input line */
|
#define MAXLINE 255 /* Max. # characters read from input line */
|
||||||
#define MAXFNAME 259 /* Max. # characters in file name */
|
#define MAXFNAME 259 /* Max. # characters in file name */
|
||||||
|
>>>>>>> f11308fc72eccc8b74b18d5ddab0eb2ae0d36587
|
||||||
#define MAXTOKS 40 /* Max. items per line of input */
|
#define MAXTOKS 40 /* Max. items per line of input */
|
||||||
#define TZERO 1.E-4 /* Zero time tolerance */
|
#define TZERO 1.E-4 /* Zero time tolerance */
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
|
|||||||
Reference in New Issue
Block a user