Trailing whitespace

This commit is contained in:
Olav Galteland
2022-03-04 16:57:59 +01:00
committed by GitHub
parent a7112f173a
commit 6d48ba1577

View File

@ -36,7 +36,7 @@ class ComputePressureCart : public Compute {
private:
int nbins1, nbins2, dir1, dir2, dims;
double bin_width1, bin_width2, invV;
// Number density, kinetic and configurational contribution to the pressure.
double *dens, *pkxx, *pkyy, *pkzz, *pcxx, *pcyy, *pczz;
double *tdens, *tpkxx, *tpkyy, *tpkzz, *tpcxx, *tpcyy, *tpczz;