Also removed the int n member.

This commit is contained in:
Atgeirr Flø Rasmussen 2009-06-12 09:04:07 +00:00
parent 095a54a832
commit 0b9709cf27

View File

@ -2,7 +2,6 @@
#define GRDECL_H
struct Grdecl{
int n;
int dims[3];
const double *coord;
const double *zcorn;