Merge pull request #875 from akohlmey/collected-small-fixes
Collected small changes and bug fixes for the next patch release
This commit is contained in:
@ -32,7 +32,11 @@ using namespace MathConst;
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
AngleDipole::AngleDipole(LAMMPS *lmp) : Angle(lmp) {}
|
||||
AngleDipole::AngleDipole(LAMMPS *lmp) : Angle(lmp)
|
||||
{
|
||||
k = NULL;
|
||||
gamma0 = NULL;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user