diff --git a/src/EXTRA-COMPUTE/compute_pressure_spherical.h b/src/EXTRA-COMPUTE/compute_pressure_spherical.h index ce3ec8836c..a6fc633e37 100644 --- a/src/EXTRA-COMPUTE/compute_pressure_spherical.h +++ b/src/EXTRA-COMPUTE/compute_pressure_spherical.h @@ -36,7 +36,7 @@ class ComputePressureSpherical : public Compute { private: int nbins; double bin_width, x0, y0, z0, Rmax; - + // Number density, kinetic and configurational contribution to the pressure. double *invV, *dens, *pkrr, *pktt, *pkpp, *pcrr, *pctt, *pcpp; double *tdens, *tpkrr, *tpktt, *tpkpp, *tpcrr, *tpctt, *tpcpp;