Skip to content

Commit

Permalink
Merge pull request #298 from tgasher/tgasher-patch-1-ibtypeeTypoBugIn…
Browse files Browse the repository at this point in the history
…Map_mesh_properties

Fixed ibtypee typo bug in map_mesh_properties
  • Loading branch information
WPringle authored Aug 11, 2023
2 parents 250d931 + 54884d4 commit f0c9257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @msh/msh.m
Original file line number Diff line number Diff line change
Expand Up @@ -3973,7 +3973,7 @@ function plotter(cmap,round_dec,yylabel,apply_pivot)
obj.op.nbdv = obj.op.nbdv(1:max(obj.op.nvdll),:);
zero_bound = obj.op.nvdll == 0;
obj.op.nope = sum(~zero_bound);
obj.op.ibtype(zero_bound) = [];
obj.op.ibtypee(zero_bound) = [];
obj.op.nvdll(zero_bound) = [];
obj.op.nbdv(:,zero_bound) = [];
end
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Printing of namelist character strings or numbers. https://github.com/CHLNDDEV/OceanMesh2D/pull/261
- `Make_offset63.m` time interval computation. https://github.com/CHLNDDEV/OceanMesh2D/pull/261 and https://github.com/CHLNDDEV/OceanMesh2D/pull/272
- Removed dependency on statistics toolbox when using the 'nanfill' option in `msh.interp`. https://github.com/CHLNDDEV/OceanMesh2D/pull/269
- Missing routines for reading in elvstaname and velstaname in readfort15.m by adding readlinevecname() method. https://github.com/CHLNDDEV/OceanMesh2D/pull/281
- Missing routines for reading in elvstaname and velstaname in readfort15.m by adding readlinevecname() method. https://github.com/CHLNDDEV/OceanMesh2D/pull/281
- Incorrect reference to `ibtype` was changed to `ibtypee` in `map_mesh_properties` function. https://github.com/CHLNDDEV/OceanMesh2D/pull/298

### [5.0.0] - 2021-07-29
## Added
Expand Down

0 comments on commit f0c9257

Please sign in to comment.