More gmxfio simplification
[alexxy/gromacs.git] / src / contrib / anaf.c
index 0f5ab1a4077ba63a792dc41fb79dcc22a92e36ff..044d987048438025bd5420b110705ca1396d8f03 100644 (file)
@@ -70,7 +70,6 @@ static void list_trn(char *fn)
   printf("Going to open %s\n",fn);
   fpread  = open_trn(fn,"r"); 
   fpwrite = open_tpx(NULL,"w");
-  gmx_fio_setdebug(fpwrite,TRUE);
   
   mmm=mass[0]+2*mass[1];
   for(i=0; (i<5); i++) 
@@ -137,9 +136,9 @@ static void list_trn(char *fn)
 int main(int argc,char *argv[])
 {
   static char *desc[] = {
-    "[TT]gmxdump[tt] reads a run input file ([TT].tpa[tt]/[TT].tpr[tt]/[TT].tpb[tt]),",
-    "a trajectory ([TT].trj[tt]/[TT].trr[tt]/[TT].xtc[tt]) or an energy",
-    "file ([TT].ene[tt]/[TT].edr[tt]) and prints that to standard",
+    "[TT]gmxdump[tt] reads a run input file ([REF].tpr[ref]),",
+    "a trajectory ([REF].trr[ref]/[REF].xtc[ref]) or an energy",
+    "file ([REF].edr[ref]) and prints that to standard",
     "output in a readable format. This program is essential for",
     "checking your run input file in case of problems.[PAR]"
   };