First commit of the Elastic constant computation compute modification

This commit is contained in:
Germain Clavier
2022-01-20 09:52:24 +01:00
parent e1d028ec88
commit f420bce07e
15 changed files with 1123 additions and 0 deletions

View File

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