X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ffileio%2Ftrnio.h;h=59bf1d4122ad51b7e2284099c1c01cad4ae57c69;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=8fd25d14d09a42d1b8361cb9d178552345d9a67b;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/fileio/trnio.h b/src/gromacs/fileio/trnio.h index 8fd25d14d0..59bf1d4122 100644 --- a/src/gromacs/fileio/trnio.h +++ b/src/gromacs/fileio/trnio.h @@ -40,8 +40,8 @@ /************************************************************** * - * These routines handle trj (trajectory) I/O, they read and - * write trj/trr files. The routines should be able to read single + * These routines handle trr (trajectory) I/O, they read and + * write trr files. The routines should be able to read single * and double precision files without the user noting it. * The files are backward compatible, therefore the header holds * some unused variables. @@ -83,7 +83,7 @@ typedef struct /* This struct describes the order and the */ } t_trnheader; t_fileio *open_trn(const char *fn, const char *mode); -/* Open a trj / trr file */ +/* Open a trr / trr file */ void close_trn(t_fileio *fio); /* Close it */