X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Ftrxio.h;h=f66b4c37f10f81b9f0c83c75284852ecfd8c746a;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=dab739a34a2bbcddfb5fc2eb40f1181c548608c6;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/trxio.h b/src/gromacs/fileio/trxio.h index dab739a34a..f66b4c37f1 100644 --- a/src/gromacs/fileio/trxio.h +++ b/src/gromacs/fileio/trxio.h @@ -138,7 +138,7 @@ void write_tng_frame(t_trxstatus *status, struct t_trxframe *fr); void close_trx(t_trxstatus *status); -/* Close trj file as opened with read_first_x, read_frist_frame +/* Close trajectory file as opened with read_first_x, read_frist_frame * or open_trx. Identical to close_trj. */ @@ -234,12 +234,12 @@ gmx_bool read_next_x(const output_env_t oenv, t_trxstatus *status, real *t, rvec */ void close_trj(t_trxstatus *status); -/* Close trj file as opened with read_first_x, read_frist_frame +/* Close trajectory file as opened with read_first_x, read_first_frame * or open_trx. Identical to close_trx. */ void rewind_trj(t_trxstatus *status); -/* Rewind trj file as opened with read_first_x */ +/* Rewind trajectory file as opened with read_first_x */ struct t_topology *read_top(const char *fn, int *ePBC); /* Extract a topology data structure from a topology file.