re-apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-04-17 17:47:31 -04:00
parent 7c64ff6634
commit c820eeb118
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@ void FixPolarizeBEMGMRES::setup(int /*vflag*/)
else if (strcmp(update->unit_style, "si") == 0)
epsilon0e2q = 8.854187812813e-12;
else if (strcmp(update->unit_style, "nano") == 0)
epsilon0e2q = 0.000345866711328125;
epsilon0e2q = 0.000345866711328125;
else if (strcmp(update->unit_style, "lj") != 0)
error->all(FLERR, "Only unit styles 'lj', 'real', 'metal', 'si' and 'nano' are supported");

View File

@ -217,7 +217,7 @@ void FixPolarizeBEMICC::setup(int /*vflag*/)
else if (strcmp(update->unit_style, "si") == 0)
epsilon0e2q = 8.854187812813e-12;
else if (strcmp(update->unit_style, "nano") == 0)
epsilon0e2q = 0.000345866711328125;
epsilon0e2q = 0.000345866711328125;
else if (strcmp(update->unit_style, "lj") != 0)
error->all(FLERR, "Only unit styles 'lj', 'real', 'metal', 'si' and 'nano' are supported");