comment FMT01, FMT03, FMT09, FMT10, FMT11 in text.h
This commit is contained in:
Marios Kyriakou
2018-08-23 16:59:02 +03:00
parent 0e6cc51d81
commit 6d99867af6
2 changed files with 7 additions and 7 deletions

View File

@@ -5,8 +5,8 @@
#define MAXMSG 255 /* Max. # characters in message text */
#define MAXWARNCODE 99
/* text copied here, no more need of include "text.h" */
#define FMT01 "\nEPANET Version %d.%d.%d"
#define FMT03 "\n Correct syntax is:\n\n\t %s <input file> <report file> <binary output file (optional)>\n"
#define FMT01 "\nEPANET Version %d.%d.%d\n"
#define FMT03 "\nUsage:\n %s <input_filename> <report_filename> [<binary_filename>]\n"
#define FMT09 "\n\nEPANET completed."
#define FMT10 "\nEPANET completed. There are warnings."
#define FMT11 "\nEPANET completed. There are errors."