whitespace
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user