Missed file, whitespace

This commit is contained in:
jtclemm
2024-12-02 10:05:12 -07:00
parent a7cfd4b934
commit 296941ede7
2 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@ void BondBPMRotational::compute(int eflag, int vflag)
// ------------------------------------------------------//
MathExtra::scale3(smooth, force1on2);
if (newton_bond || i1 < nlocal) {
f[i1][0] -= force1on2[0];
f[i1][1] -= force1on2[1];

View File

@ -42,7 +42,7 @@ class FixRHEOPressure : public Fix {
private:
double *c_cubic, *csq, *csqinv, *rho0, *rho0inv, *tpower, *pbackground, *gamma;
int *pressure_style;
int *pressure_style, background_flag;
class FixRHEO *fix_rheo;
};