Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Thu Aug 25 22:58:16 2011 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:01 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function r = repmat(p,varargin) | function r = repmat(p,varargin) |
2 | %overloaded gcmfaces repmat function : | |
3 | % simply calls double repmat function for each face data | |
4 | % if the first arguments is a gcmfaces object | |
5 | % passing over the other arguments | |
6 | ||
7 | r=p; | r=p; |
8 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |