X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_hydorder.c;h=74de61fc814fb52841ea9ed6de793e4746d36b2a;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=af7ecb739ee0a1f52d3522f34dd914433122860b;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_hydorder.c b/src/gromacs/gmxana/gmx_hydorder.c index af7ecb739e..74de61fc81 100644 --- a/src/gromacs/gmxana/gmx_hydorder.c +++ b/src/gromacs/gmxana/gmx_hydorder.c @@ -628,7 +628,7 @@ int gmx_hydorder(int argc, char *argv[]) t_filenm fnm[] = { /* files for g_order */ { efTRX, "-f", NULL, ffREAD }, /* trajectory file */ { efNDX, "-n", NULL, ffREAD }, /* index file */ - { efTPX, "-s", NULL, ffREAD }, /* topology file */ + { efTPR, "-s", NULL, ffREAD }, /* topology file */ { efXPM, "-o", "intf", ffWRMULT}, /* XPM- surface maps */ { efOUT, "-or", "raw", ffOPTWRMULT }, /* xvgr output file */ { efOUT, "-Spect", "intfspect", ffOPTWRMULT}, /* Fourier spectrum interfaces */ @@ -655,7 +655,7 @@ int gmx_hydorder(int argc, char *argv[]) } ndxfnm = ftp2fn(efNDX, NFILE, fnm); - tpsfnm = ftp2fn(efTPX, NFILE, fnm); + tpsfnm = ftp2fn(efTPR, NFILE, fnm); trxfnm = ftp2fn(efTRX, NFILE, fnm); /* Calculate axis */