X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Ftpxio.h;h=433742fdcdafa5b470f26005591e0d44aa5e7446;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=3611be60d249fbc8c58fd80ac40b76f233bd6ec2;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/tpxio.h b/src/gromacs/fileio/tpxio.h index 3611be60d2..433742fdcd 100644 --- a/src/gromacs/fileio/tpxio.h +++ b/src/gromacs/fileio/tpxio.h @@ -85,10 +85,7 @@ typedef struct * These routines handle reading and writing of preprocessed * topology files in any of the following formats: * TPR : topology in XDR format, portable accross platforms - * TPB : binary topology, not portable accross platforms - * TPA : ascii topology (possibbly huge) * TRR : trajectory in XDR format (non compressed) - * TRJ : trajectory in binary format * * Files are written in the precision with which the source are compiled, * but double and single precision can be read by either. @@ -115,8 +112,6 @@ void read_tpxheader(const char *fn, t_tpxheader *tpx, gmx_bool TopOnlyOK, void write_tpx_state(const char *fn, t_inputrec *ir, t_state *state, struct gmx_mtop_t *mtop); /* Write a file, and close it again. - * If fn == NULL, an efTPA file will be written to stdout (which - * will not be closed afterwards) */ void read_tpx_state(const char *fn, @@ -126,8 +121,6 @@ int read_tpx(const char *fn, t_inputrec *ir, matrix box, int *natoms, rvec *x, rvec *v, rvec *f, struct gmx_mtop_t *mtop); /* Read a file, and close it again. - * If fn == NULL, an efTPA file will be read from stdin (which - * will not be closed afterwards) * When step, t or lambda are NULL they will not be stored. * Returns ir->ePBC, if it could be read from the file. */