Hello,
I’m trying Comet3D on Scilab 2024.0.0. (ie examples on the help page)
Get the message “Unexpected redefinition of Scilab function.”
Why?
Hello,
I’m trying Comet3D on Scilab 2024.0.0. (ie examples on the help page)
Get the message “Unexpected redefinition of Scilab function.”
Why?
Hello,
This is a bug due to a lack of initialization of a local variable (“tail”) with the same name as a (new) 2024.0.0 function. Can you create an issue on Scilab gitlab’s page (Issues · scilab / scilab · GitLab).
S.
Hello,
Thank you
Will do
I have made a quick fix by renaming the function to “comet3dmod”, inside the function renamed “tail” and “head” to “tailmod” and “headmod”
BR
François