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
178 stars 64 forks source link

Fixed ibtypee typo bug in map_mesh_properties #298

Closed tgasher closed 11 months ago

tgasher commented 11 months ago

An incorrect reference to ibtype causes an error. It's within code working on the open boundaries, so it appears it should be ibtypee. Changing it fixed the error, in my case. Though I'm unsure what test cases to compare with, since this seems to be a segment of code that's not been touched before.

tgasher commented 11 months ago

Done.

WPringle commented 11 months ago

Done.

Cheers!