Missed file, whitespace
This commit is contained in:
@ -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];
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user