Correct comment: Command circbyline is not involved,

we are sending the netlist as an array.
This commit is contained in:
Holger Vogt 2022-07-16 17:23:59 +02:00
parent 8d91f44026
commit 6ee4db9af4
1 changed files with 1 additions and 1 deletions

View File

@ -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 */