X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_spol.c;h=e715f578c35b6dc12cdd7d0c4343a1b308d8e2cf;hb=b2b75d45c43c98cf1362e0125381bfc6f0a85782;hp=af6ed8cc0db273b79d5497b6a71ffc12c619b11f;hpb=cb466e44535ac45f2ee8341dcae39207b5813abe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_spol.c b/src/gromacs/gmxana/gmx_spol.c index af6ed8cc0d..e715f578c3 100644 --- a/src/gromacs/gmxana/gmx_spol.c +++ b/src/gromacs/gmxana/gmx_spol.c @@ -205,7 +205,7 @@ int gmx_spol(int argc, char *argv[]) t_filenm fnm[] = { { efTRX, NULL, NULL, ffREAD }, - { efTPX, NULL, NULL, ffREAD }, + { efTPR, NULL, NULL, ffREAD }, { efNDX, NULL, NULL, ffOPTRD }, { efXVG, NULL, "scdist", ffWRITE } }; @@ -219,7 +219,7 @@ int gmx_spol(int argc, char *argv[]) snew(top, 1); snew(ir, 1); - read_tpx_top(ftp2fn(efTPX, NFILE, fnm), + read_tpx_top(ftp2fn(efTPR, NFILE, fnm), ir, box, &natoms, NULL, NULL, NULL, top); /* get index groups */