remove second grdecl.h header file

that one was completely unused and the "grdecl" struct defined in
there collided name-wise with the one defined in "GridManager.hpp".
trying to link code which used the version of the grdecl.h header with
code that used the one from GridManager.hpp would have resulted in _a
lot_ hilarity...
This commit is contained in:
Andreas Lauser
2014-04-10 18:06:05 +02:00
parent f0c334a901
commit 07d0196466

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: */