Correct comment: Command circbyline is not involved,
we are sending the netlist as an array.
This commit is contained in:
parent
a597c6a295
commit
9e1eac0613
|
|
@ -1894,7 +1894,7 @@ void create_circbyline(char *line, bool reset, bool lastline)
|
||||||
}
|
}
|
||||||
if (ft_ngdebug) {
|
if (ft_ngdebug) {
|
||||||
if (linec == 0)
|
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);
|
fprintf(stdout, "%d %s\n", linec, line);
|
||||||
}
|
}
|
||||||
circarray[linec++] = line; /* add card to deck */
|
circarray[linec++] = line; /* add card to deck */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue