Renamed born method born_matrix in all classes. Changed compute_born to compute_born_matrix. Changed the compute coding to suit the LAMMPS style rules better.

This commit is contained in:
Germain Clavier
2022-01-21 18:39:16 +01:00
parent 8531622966
commit 3ff1902b57
15 changed files with 202 additions and 234 deletions

View File

@ -36,7 +36,7 @@ Dihedral::Dihedral(LAMMPS *lmp) : Pointers(lmp)
allocated = 0;
suffix_flag = Suffix::NONE;
born_enable = 0;
born_matrix_enable = 0;
maxeatom = maxvatom = maxcvatom = 0;
eatom = nullptr;