corrected documentation
Signed-off-by: Bård Skaflestad <Bard.Skaflestad@sintef.no>
This commit is contained in:
parent
1f0b08755c
commit
f11772b265
@ -2,11 +2,13 @@ function varargout = processgrid(varargin)
|
|||||||
%Compute grid topology and geometry from pillar grid description.
|
%Compute grid topology and geometry from pillar grid description.
|
||||||
%
|
%
|
||||||
% SYNOPSIS:
|
% SYNOPSIS:
|
||||||
% G = processGRDECL(grdecl)
|
% G = processgrid(grdecl)
|
||||||
|
% G = processgrid(grdecl,ztol)
|
||||||
%
|
%
|
||||||
% PARAMETERS:
|
% PARAMETERS:
|
||||||
% grdecl - Raw pillar grid structure, as defined by function
|
% grdecl - Raw pillar grid structure, as defined by function
|
||||||
% 'readGRDECL', with fields COORDS, ZCORN and, possibly, ACTNUM.
|
% 'readGRDECL', with fields COORDS, ZCORN and, possibly, ACTNUM.
|
||||||
|
% ztol - tolerance for unique points
|
||||||
%
|
%
|
||||||
% RETURNS:
|
% RETURNS:
|
||||||
% G - Valid grid definition containing connectivity, cell
|
% G - Valid grid definition containing connectivity, cell
|
||||||
|
Loading…
Reference in New Issue
Block a user