/[MITgcm]/MITgcm_contrib/gael/matlab_class/@gcmfaces/zeros.m
ViewVC logotype

Diff of /MITgcm_contrib/gael/matlab_class/@gcmfaces/zeros.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22