Closed krisgry closed 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?
HYDRO/vessels_wamit/fpso/run.m
run
>> 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
The file has been renamed to run_fpso.m to avoid overloading.
Hi,
HYDRO/vessels_wamit/fpso/run.m
overloads the built-in matlab functionrun
(ref). Could this be fixed by e.g. renaming?Thanks, Kristoffer