whitespace

This commit is contained in:
Axel Kohlmeyer
2021-06-15 10:52:07 -04:00
parent 03d8ae04bd
commit d88577f44b
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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;