whitespace

This commit is contained in:
Axel Kohlmeyer
2023-06-07 20:37:53 -04:00
parent 7551219d81
commit dd0bba6ac7
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -788,7 +788,7 @@ strings. The output depends on the value of the *what* argument string.
- actual field data for column - actual field data for column
- pointer to either int, int64_t or double cast to void pointer - pointer to either int, int64_t or double cast to void pointer
- yes - yes
\endverbatim \endverbatim
* *
* \param handle pointer to a previously created LAMMPS instance * \param handle pointer to a previously created LAMMPS instance