X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Fgmxfio-impl.h;h=0b455979dd6fb23c18c77202b81a6fe2e97349c6;hb=260e49e7c8eabde6ddd9c078fb17d72b6545ef3e;hp=f42facdc52b2c9a29e685acefe7bfd92dce9b444;hpb=be4c77e5c2c4a1512110217d0a3386b6945d11e7;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/gmxfio-impl.h b/src/gromacs/fileio/gmxfio-impl.h index f42facdc52..0b455979dd 100644 --- a/src/gromacs/fileio/gmxfio-impl.h +++ b/src/gromacs/fileio/gmxfio-impl.h @@ -61,10 +61,8 @@ 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 */