mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-31 09:55:38 +02:00
Improve the output format of the 'show' command,
tested with various voltage sources.
This commit is contained in:
@@ -1053,9 +1053,9 @@ printvals_old(dgen *dg, IFparm *p, int i)
|
||||
|
||||
if (i >= n) {
|
||||
if (i == 0)
|
||||
fprintf(cp_out, " -");
|
||||
fprintf(cp_out, " -");
|
||||
else
|
||||
fprintf(cp_out, " ");
|
||||
fprintf(cp_out, " ");
|
||||
free_if_vec(p, &val);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user