X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_traj.c;h=86e9a006f96516cb03acb568e7403b8468ae6207;hb=e4bc541ba5c3224f242c9d251d19c01c9e6c3037;hp=2c208073554cd5e4bb70de2c0d96edf32edf0078;hpb=236deaf1539a55c3f03ff40e16175ffcb65a6cfe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_traj.c b/src/gromacs/gmxana/gmx_traj.c index 2c20807355..86e9a006f9 100644 --- a/src/gromacs/gmxana/gmx_traj.c +++ b/src/gromacs/gmxana/gmx_traj.c @@ -685,19 +685,19 @@ int gmx_traj(int argc, char *argv[]) { efTRX, "-f", NULL, ffREAD }, { efTPS, NULL, NULL, ffREAD }, { efNDX, NULL, NULL, ffOPTRD }, - { efXVG, "-ox", "coord.xvg", ffOPTWR }, - { efTRX, "-oxt", "coord.xtc", ffOPTWR }, - { efXVG, "-ov", "veloc.xvg", ffOPTWR }, - { efXVG, "-of", "force.xvg", ffOPTWR }, - { efXVG, "-ob", "box.xvg", ffOPTWR }, - { efXVG, "-ot", "temp.xvg", ffOPTWR }, - { efXVG, "-ekt", "ektrans.xvg", ffOPTWR }, - { efXVG, "-ekr", "ekrot.xvg", ffOPTWR }, - { efXVG, "-vd", "veldist.xvg", ffOPTWR }, - { efPDB, "-cv", "veloc.pdb", ffOPTWR }, - { efPDB, "-cf", "force.pdb", ffOPTWR }, - { efXVG, "-av", "all_veloc.xvg", ffOPTWR }, - { efXVG, "-af", "all_force.xvg", ffOPTWR } + { efXVG, "-ox", "coord", ffOPTWR }, + { efTRX, "-oxt", "coord", ffOPTWR }, + { efXVG, "-ov", "veloc", ffOPTWR }, + { efXVG, "-of", "force", ffOPTWR }, + { efXVG, "-ob", "box", ffOPTWR }, + { efXVG, "-ot", "temp", ffOPTWR }, + { efXVG, "-ekt", "ektrans", ffOPTWR }, + { efXVG, "-ekr", "ekrot", ffOPTWR }, + { efXVG, "-vd", "veldist", ffOPTWR }, + { efPDB, "-cv", "veloc", ffOPTWR }, + { efPDB, "-cf", "force", ffOPTWR }, + { efXVG, "-av", "all_veloc", ffOPTWR }, + { efXVG, "-af", "all_force", ffOPTWR } }; #define NFILE asize(fnm)