sync with Git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15520 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -24,12 +24,9 @@ using namespace FixConst;
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
FixMinimize::FixMinimize(LAMMPS *lmp, int narg, char **arg) :
|
||||
Fix(lmp, narg, arg)
|
||||
Fix(lmp, narg, arg),
|
||||
nvector(0), peratom(NULL), vectors(NULL)
|
||||
{
|
||||
nvector = 0;
|
||||
peratom = NULL;
|
||||
vectors = NULL;
|
||||
|
||||
// register callback to this fix from Atom class
|
||||
// don't perform initial allocation here, must wait until add_vector()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user