Initialize variable
This commit is contained in:
@ -97,6 +97,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
|
|||||||
tabinner_disp = sqrt(2.0);
|
tabinner_disp = sqrt(2.0);
|
||||||
ftable = nullptr;
|
ftable = nullptr;
|
||||||
fdisptable = nullptr;
|
fdisptable = nullptr;
|
||||||
|
trim_flag = 0;
|
||||||
|
|
||||||
allocated = 0;
|
allocated = 0;
|
||||||
suffix_flag = Suffix::NONE;
|
suffix_flag = Suffix::NONE;
|
||||||
|
|||||||
Reference in New Issue
Block a user