source: issm/branches/trunk-larour-SLPS2022/src/m/contrib/larour/isoceanin.m

Last change on this file was 27317, checked in by Eric.Larour, 3 years ago

Merging back into trunk.

File size: 71 bytes
Line 
1function flag=isoceanin(ocean)% {{{
2 flag=min(ocean,[],2)<0;
3end% }}}
4
Note: See TracBrowser for help on using the repository browser.