- Status: open --> merged
Tommaso Cucinotta wants to merge 1 commit from /u/kefren/gnuplot/ to master, 2022-01-22
Hi,
as from my code understanding, del_udv_by_name() deletes (marks NOTDEFINED) all variables having the same name prefix as the argument passed to the function, as it uses a strncmp()). Therefore, using a wildcard character in the argument makes its search fail. Therefore, the patch: remove the wildcard.
Bumped into this while playing with fancy changes, where I was also calling del_udv_by_name() with a wildcard character at the end, indeed it was not working.
Note: I have no clue of how to double-check whether/when such a bug manifests itself in using the fit() function or similar, nor could I check that anything got actually fixed. Guess you can easily try it out and double-check.
Thanks.
| Commit | Date | |
|---|---|---|
|
[7a5472]
(fitcov_fix)
by
call del_udv_by_name(, wildcard=TRUE) with var name prefix, not "*" char |
2022-01-21 23:46:03 | Tree |