Merge pull request #39 from bska/tidy-cpgpreprocess

Document appropriate structure fields.
This commit is contained in:
Atgeirr Flø Rasmussen
2012-10-02 07:32:44 -07:00

View File

@@ -56,8 +56,8 @@ extern "C" {
struct grdecl {
int dims[3]; /**< Cartesian box dimensions. */
const double *coord; /**< Pillar end-points. */
const double *zcorn; /**< Explicit "active" map. May be NULL.*/
const int *actnum; /**< Corner-point depths. */
const double *zcorn; /**< Corner-point depths. */
const int *actnum; /**< Explicit "active" map. May be NULL.*/
};
/**