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

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