From 98d2dca83f5dd0bf2a6239729afab680bf026f47 Mon Sep 17 00:00:00 2001 From: Olav Galteland Date: Fri, 4 Mar 2022 16:58:31 +0100 Subject: [PATCH] Trailing whitespace --- src/EXTRA-COMPUTE/compute_pressure_spherical.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;