Fixed bug 466 by commenting out the offending lines, which were part of
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 13 Jul 2010 07:43:23 +0000 (09:43 +0200)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 13 Jul 2010 07:43:23 +0000 (09:43 +0200)
code under development.

src/tools/gmx_hbond.c

index 78889448ff63980deb26392b2c9ba065f096b41c..12333e3a4f859af989e6348f9c683f94fc1598a4 100644 (file)
@@ -3308,11 +3308,12 @@ int gmx_hbond(int argc,char *argv[])
 
     /* NN-loop? If so, what estimator to use ?*/
     NN = 1;
+    /* Outcommented for now DvdS 2010-07-13
     while (NN < NN_NR && strcasecmp(NNtype[0], NNtype[NN])!=0)
         NN++;
     if (NN == NN_NR)
         gmx_fatal(FARGS, "Invalid NN-loop type.");
-
+    */
     bNN = FALSE;
     for (i=2; bNN==FALSE && i<NN_NR; i++)
         bNN = bNN || NN == i;