Fixed compilation issue.
authorDavid van der Spoel <spoel@anfinsen.bmc.uu.se>
Fri, 5 Nov 2010 13:05:55 +0000 (14:05 +0100)
committerDavid van der Spoel <spoel@anfinsen.bmc.uu.se>
Fri, 5 Nov 2010 13:05:55 +0000 (14:05 +0100)
src/gmxlib/statistics/gmx_statistics.c

index 74367c76dc7d24386b04eec20449d0c133c85c30..4fd7ae4d5320227f6f09c2e267aa458d20a7003b 100644 (file)
@@ -133,7 +133,7 @@ int gmx_stats_get_point(gmx_stats_t gstats,real *x,real *y,
 {
     gmx_stats *stats = (gmx_stats *) gstats;
     int  ok,outlier;
-    real rmsd;
+    real rmsd,r;
     
     if ((ok = gmx_stats_get_rmsd(gstats,&rmsd)) != estatsOK)
     {