Enable math characters in vector (node) names for command fourier
Replace ft_getpnames() by ft_getpnames_quotes().
This commit is contained in:
parent
98b7074287
commit
ee2f3a72f4
|
|
@ -90,7 +90,7 @@ fourier(wordlist *wl, struct plot *current_plot)
|
||||||
nphase = TMALLOC(double, nfreqs);
|
nphase = TMALLOC(double, nfreqs);
|
||||||
|
|
||||||
wl = wl->wl_next;
|
wl = wl->wl_next;
|
||||||
names = ft_getpnames(wl, TRUE);
|
names = ft_getpnames_quotes(wl, TRUE);
|
||||||
for (pn = names; pn; pn = pn->pn_next) {
|
for (pn = names; pn; pn = pn->pn_next) {
|
||||||
vec = ft_evaluate(pn);
|
vec = ft_evaluate(pn);
|
||||||
for (; vec; vec = vec->v_link2) {
|
for (; vec; vec = vec->v_link2) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue