whitespace
This commit is contained in:
@ -161,7 +161,7 @@ void FixChargeRegulation::init() {
|
||||
error->all(FLERR,"Variable name for fix charge/regulation does not exist");
|
||||
if (input->variable->equalstyle(pHvar)) pHstyle = EQUAL;
|
||||
else error->all(FLERR,"Variable for fix charge/regulation is invalid style");
|
||||
|
||||
|
||||
}
|
||||
if (atom->molecule_flag) {
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ class FixChargeRegulation : public Fix {
|
||||
int acid_type, cation_type, base_type, anion_type; // reacting atom types
|
||||
int reaction_distance_flag; // radial reaction restriction flag
|
||||
double reaction_distance; // max radial distance from acid/base for ion insertion
|
||||
int pHvar, pHstyle; // variable pH style
|
||||
int pHvar, pHstyle; // variable pH style
|
||||
char *pHstr; // variable pH input parsing
|
||||
|
||||
class Pair *pair;
|
||||
|
||||
Reference in New Issue
Block a user