cybergalactic / MSS

The Marine Systems Simulator (MSS) is software that supplements the textbook "Handbook of Marine Craft Hydrodynamics and Motion Control," 2nd Edition, by T. I. Fossen, published in 2021 by John Wiley & Sons Ltd.
https://mss.fossen.biz
MIT License
488 stars 164 forks source link

Undesirable overloading of run.m #14

Closed krisgry closed 3 years ago

krisgry commented 3 years ago

Hi, HYDRO/vessels_wamit/fpso/run.m overloads the built-in matlab function run (ref). Could this be fixed by e.g. renaming?

>> run my_own_script_not_at_all_related_to_mss.m
Attempt to execute SCRIPT run as a function:
/path/to/mss/HYDRO/vessels_wamit/fpso/run.m

Thanks, Kristoffer

cybergalactic commented 3 years ago

The file has been renamed to run_fpso.m to avoid overloading.