X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_current.c;h=42d316bb2ea8ed651c38839b21963bd0dba403b5;hb=e4bc541ba5c3224f242c9d251d19c01c9e6c3037;hp=1f41368c1af5e7e0671eb067184f1c4cd7d653c1;hpb=236deaf1539a55c3f03ff40e16175ffcb65a6cfe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_current.c b/src/gromacs/gmxana/gmx_current.c index 1f41368c1a..42d316bb2e 100644 --- a/src/gromacs/gmxana/gmx_current.c +++ b/src/gromacs/gmxana/gmx_current.c @@ -858,12 +858,12 @@ int gmx_current(int argc, char *argv[]) { efTPS, NULL, NULL, ffREAD }, /* this is for the topology */ { efNDX, NULL, NULL, ffOPTRD }, { efTRX, "-f", NULL, ffREAD }, /* and this for the trajectory */ - { efXVG, "-o", "current.xvg", ffWRITE }, - { efXVG, "-caf", "caf.xvg", ffOPTWR }, - { efXVG, "-dsp", "dsp.xvg", ffWRITE }, - { efXVG, "-md", "md.xvg", ffWRITE }, - { efXVG, "-mj", "mj.xvg", ffWRITE}, - { efXVG, "-mc", "mc.xvg", ffOPTWR } + { efXVG, "-o", "current", ffWRITE }, + { efXVG, "-caf", "caf", ffOPTWR }, + { efXVG, "-dsp", "dsp", ffWRITE }, + { efXVG, "-md", "md", ffWRITE }, + { efXVG, "-mj", "mj", ffWRITE }, + { efXVG, "-mc", "mc", ffOPTWR } }; #define NFILE asize(fnm)