X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_helixorient.c;h=dfd3a1f7cfc7c7bc2948a523db111fde4433f370;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=b42a518b1da805b242efa3a7ecc85bfef06a47e9;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_helixorient.c b/src/gromacs/gmxana/gmx_helixorient.c index b42a518b1d..dfd3a1f7cf 100644 --- a/src/gromacs/gmxana/gmx_helixorient.c +++ b/src/gromacs/gmxana/gmx_helixorient.c @@ -149,7 +149,7 @@ int gmx_helixorient(int argc, char *argv[]) #define NPA asize(pa) t_filenm fnm[] = { - { efTPX, NULL, NULL, ffREAD }, + { efTPR, NULL, NULL, ffREAD }, { efTRX, "-f", NULL, ffREAD }, { efNDX, NULL, NULL, ffOPTRD }, { efDAT, "-oaxis", "helixaxis", ffWRITE }, @@ -169,7 +169,7 @@ int gmx_helixorient(int argc, char *argv[]) return 0; } - top = read_top(ftp2fn(efTPX, NFILE, fnm), &ePBC); + top = read_top(ftp2fn(efTPR, NFILE, fnm), &ePBC); for (i = 0; i < 3; i++) {