function s = getgrid(this)
%GETGRID  Returns grid description.
%
%   G = GETGRID(THIS) returns an Nx1 struct array G where N is 
%   the number of grid dimensions.  The fields of G(J) are
%      Length:     length of the J-th grid dimension
%      Variable:   grid variables along the J-th grid dimension

%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $  $Date: 2004/12/26 21:31:24 $
s = this.Grid_;
