mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
Enable math characters in vector (node) names for command fourier
Replace ft_getpnames() by ft_getpnames_quotes().
This commit is contained in:
@@ -90,7 +90,7 @@ fourier(wordlist *wl, struct plot *current_plot)
|
||||
nphase = TMALLOC(double, nfreqs);
|
||||
|
||||
wl = wl->wl_next;
|
||||
names = ft_getpnames(wl, TRUE);
|
||||
names = ft_getpnames_quotes(wl, TRUE);
|
||||
for (pn = names; pn; pn = pn->pn_next) {
|
||||
vec = ft_evaluate(pn);
|
||||
for (; vec; vec = vec->v_link2) {
|
||||
|
||||
Reference in New Issue
Block a user