Merge pull request #568 from andlaus/remove_grdecl_h

remove second grdecl.h header file
This commit is contained in:
Atgeirr Flø Rasmussen
2014-04-10 20:47:54 +02:00
-16
View File
@@ -1,16 +0,0 @@
#ifndef GRDECL_H_INCLUDED
#define GRDECL_H_INCLUDED
struct grdecl{
int dims[3];
const double *coord;
const double *zcorn;
const int *actnum;
};
#endif /* GRDECL_H_INCLUDED */
/* Local Variables: */
/* c-basic-offset:4 */
/* End: */