Improve the output format of the 'show' command,
tested with various voltage sources.
This commit is contained in:
parent
3128841b99
commit
f8c1c8477a
|
|
@ -1053,9 +1053,9 @@ printvals_old(dgen *dg, IFparm *p, int i)
|
||||||
|
|
||||||
if (i >= n) {
|
if (i >= n) {
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
fprintf(cp_out, " -");
|
fprintf(cp_out, " -");
|
||||||
else
|
else
|
||||||
fprintf(cp_out, " ");
|
fprintf(cp_out, " ");
|
||||||
free_if_vec(p, &val);
|
free_if_vec(p, &val);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue