Merge gromacs-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / h_db.c
index 26dae3625b5faa468a4974137237f82f52d1d591..772f04e5744036c608615e3a4ff37dd86426926a 100644 (file)
@@ -183,8 +183,10 @@ static void read_h_db_file(const char *hfn,int *nahptr,t_hackblock **ah)
   /* Sort the list (necessary to be able to use bsearch */
   qsort(aah,nah,(size_t)sizeof(**ah),compaddh);
 
+  /*
   if (debug)
     dump_h_db(hfn,nah,aah);
+  */
   
   *nahptr = nah;
   *ah     = aah;