fix whitespace

This commit is contained in:
Axel Kohlmeyer
2023-08-18 06:46:10 -04:00
parent e9223fc5af
commit bb2c286f27
2 changed files with 4 additions and 4 deletions

View File

@ -128,4 +128,4 @@ none
.. _d2min-Falk:
**(Falk)** Falk and Langer PRE, 57, 7192 (1998).
**(Falk)** Falk and Langer PRE, 57, 7192 (1998).

View File

@ -94,7 +94,7 @@ namespace Granular_NS {
void coeffs_to_local() override;
void mix_coeffs(double *, double *) override;
private:
int mixed_coefficients;
int mixed_coefficients;
};
/* ---------------------------------------------------------------------- */
@ -110,7 +110,7 @@ namespace Granular_NS {
protected:
double k, cohesion;
double F_pulloff, Fne;
int mixed_coefficients;
int mixed_coefficients;
};
/* ---------------------------------------------------------------------- */
@ -129,7 +129,7 @@ namespace Granular_NS {
protected:
double k, cohesion;
double Emix, F_pulloff, Fne;
int mixed_coefficients;
int mixed_coefficients;
};
} // namespace Granular_NS