More gmxfio simplification
[alexxy/gromacs.git] / src / gromacs / fileio / gmxfio-impl.h
index f42facdc52b2c9a29e685acefe7bfd92dce9b444..0b455979dd6fb23c18c77202b81a6fe2e97349c6 100644 (file)
 struct t_fileio
 {
     FILE           *fp;                /* the file pointer */
-    gmx_bool        bOpen,             /* the file is open */
-                    bRead,             /* the file is open for reading */
+    gmx_bool        bRead,             /* the file is open for reading */
                     bDouble,           /* write doubles instead of floats */
-                    bDebug,            /* the file ops should come with debug info */
                     bReadWrite;        /* the file is open for reading and writing */
     char        *fn;                   /* the file name */
     XDR         *xdr;                  /* the xdr data pointer */