From 0f7fb48d7362b7cbfbd140b037425f2a902c2ba3 Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Wed, 19 Feb 2025 10:18:52 -0500 Subject: [PATCH] Update input2.c --- src/input2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/input2.c b/src/input2.c index 9303840..59b8151 100644 --- a/src/input2.c +++ b/src/input2.c @@ -7,7 +7,7 @@ Description: reads and interprets network data from an EPANET input file Authors: see AUTHORS Copyright: see AUTHORS 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 case _LABELS: - case _TAGS: case _BACKDROP: return (0); }