Update input2.c
This commit is contained in:
@@ -7,7 +7,7 @@ Description: reads and interprets network data from an EPANET input file
|
|||||||
Authors: see AUTHORS
|
Authors: see AUTHORS
|
||||||
Copyright: see AUTHORS
|
Copyright: see AUTHORS
|
||||||
License: see LICENSE
|
License: see LICENSE
|
||||||
Last Updated: 02/14/2025
|
Last Updated: 02/19/2025
|
||||||
******************************************************************************
|
******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -326,7 +326,6 @@ int newline(Project *pr, int sect, char *line)
|
|||||||
|
|
||||||
// Data in these sections are not used for any computations
|
// Data in these sections are not used for any computations
|
||||||
case _LABELS:
|
case _LABELS:
|
||||||
case _TAGS:
|
|
||||||
case _BACKDROP:
|
case _BACKDROP:
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user