From 9e1eac061368a81b6526270e0e618fc1a05aee6d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 16 Jul 2022 17:23:59 +0200 Subject: [PATCH] Correct comment: Command circbyline is not involved, we are sending the netlist as an array. --- src/frontend/inp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/inp.c b/src/frontend/inp.c index 7362a280f..5c873e064 100644 --- a/src/frontend/inp.c +++ b/src/frontend/inp.c @@ -1894,7 +1894,7 @@ void create_circbyline(char *line, bool reset, bool lastline) } if (ft_ngdebug) { if (linec == 0) - fprintf(stdout, "**** circbyline: circuit netlist sent to shared ngspice ****\n"); + fprintf(stdout, "**** circuit array: circuit netlist sent to shared ngspice ****\n"); fprintf(stdout, "%d %s\n", linec, line); } circarray[linec++] = line; /* add card to deck */