CHLNDDEV / OceanMesh2D

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).
https://github.com/sponsors/krober10nd
GNU General Public License v3.0
179 stars 65 forks source link

OceanMesh2D\utilities\split.m conflict #197

Closed Onur-Kurum closed 3 years ago

Onur-Kurum commented 3 years ago

split.m in utilities does not work with other codes trying to use Matlab's own split.m Only work around I found is the remove OM2D from Matlab's path when I am not using OM2D

krober10nd commented 3 years ago

Thanks @Onur-Kurum @WPringle suggest renaming to split_bars.m ?

krober10nd commented 3 years ago

198