Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Sun May 2 20:23:53 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function [xx,yy] = m_ll2xy(x,y,varargin) | function [xx,yy] = m_ll2xy(x,y,varargin) |
2 | %overloaded gcmfaces m_ll2xy function : | |
3 | % simply calls m_map's m_ll2xy function for each face data | |
4 | % if the first two arguments (lon and lat) are gcmfaces objects | |
5 | % passing over the other arguments | |
6 | ||
7 | xx=x; yy=y; | xx=x; yy=y; |
8 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |