Browse Source

Correct comment: Command circbyline is not involved,

we are sending the netlist as an array.
pre-master-46
Holger Vogt 4 years ago
parent
commit
9e1eac0613
  1. 2
      src/frontend/inp.c

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

Loading…
Cancel
Save