scale diameter and charge incrementally without using fix store. Corrects bug of fix store array accessed out of bounds
This commit is contained in:
@ -47,6 +47,7 @@ class FixAdapt : public Fix {
|
||||
int nlevels_respa;
|
||||
char *id_fix_diam,*id_fix_chg;
|
||||
class FixStore *fix_diam,*fix_chg;
|
||||
double diam_scale,chg_scale;
|
||||
int discflag;
|
||||
|
||||
struct Adapt {
|
||||
|
||||
Reference in New Issue
Block a user