Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: uninitialized variable dS in midas_vertmap
- Reported by @nicjhan in issue mom-ocean#149. - A maxval(abs(dS)) is using all of the array and yet only a sub-array is meant to be used. I simply initialized dS(:,:)=0 - No answer changes.
- Loading branch information