Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / kernel / gmxcheck.c
index 141a7f3e55d8503e43c6d844523b72f6c966b1ac..da0086e0d22d8b905433812e53e764d6dfcdc65d 100644 (file)
@@ -41,7 +41,7 @@
 #include <ctype.h>
 #include "main.h"
 #include "macros.h"
-#include "math.h"
+#include <math.h>
 #include "futil.h"
 #include "statutil.h"
 #include "copyrite.h"
@@ -519,7 +519,7 @@ void chk_tps(const char *fn, real vdw_fac, real bon_lo, real bon_hi)
 void chk_ndx(const char *fn)
 {
   t_blocka *grps;
-  char **grpname=NULL;
+  char **grpname;
   int  i,j;
   
   grps = init_index(fn,&grpname);