MBB-team / VBA-toolbox

The VBA toolbox
GNU General Public License v3.0
130 stars 67 forks source link

Fix bernoulli.m clashing with Sym #30

Closed mjaquiery closed 7 years ago

mjaquiery commented 7 years ago

The symbolic toolbox has a bernoulli function which clashes with VBA's. This fix renames VBA's bernoulli.m file to VBA_bernoulli.m and updates references to bernoulli.m to reference the new function name.

lionel-rigoux commented 7 years ago

Thanks a lot for pointing out the issue! And thanks also for submiting a fix, it's nice to have some help!

mjaquiery commented 7 years ago

No problem; I'm porting Marie Devaine's k-ToM agent to javascript and came across the collision.