Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Thu Apr 29 05:57:28 2010 UTC | revision 1.2 by gforget, Thu Oct 20 20:57:02 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function r = zeros(p,varargin) | function r = zeros(p,varargin) |
2 | %overloaded gcmfaces zeros function : | |
3 | % if the first arguments is a gcmfaces object | |
4 | % we call the double zeros function for each face data | |
5 | % using face dimensions for the first two arguments and | |
6 | % passing over the other arguments | |
7 | ||
8 | r=p; | r=p; |
9 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |