Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / tools / hxprops.c
index 7cc76ea3564ae9b9c5fe6692ed2591b18961bbc7..1975a89c88d3cd5a485798fb396b8098d810e51f 100644 (file)
 #include "smalloc.h"
 #include "bondf.h"
 
-int nhelix(int nres,t_bb bb[])
-{
-  int i,n;
-  
-  for(i=n=0; (i<nres); i++)
-    if (bb[i].bHelix)
-      n++;
-  return n;
-}
-
 real ellipticity(int nres,t_bb bb[])
 {
   typedef struct {