Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / modules / nsc.c
index ce7f5d66253694c5db031ec24facde63b8c6af5f..df89b3989449cdffb3730f2aa81019fe3899d118 100644 (file)
@@ -778,7 +778,6 @@ int nsc_dclm_pbc(const rvec *coords, real *radius, int nat,
         xmin   = coords[iat][XX]; xmax = xmin; xs = xmin;
         ymin   = coords[iat][YY]; ymax = ymin; ys = ymin;
         zmin   = coords[iat][ZZ]; zmax = zmin; zs = zmin;
-        ra2max = radius[iat];
 
         for (iat_xx = 1; (iat_xx < nat); iat_xx++)
         {