git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2330 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#include "string.h"
|
||||
#include "compute_ke_atom.h"
|
||||
#include "atom.h"
|
||||
#include "update.h"
|
||||
#include "modify.h"
|
||||
#include "comm.h"
|
||||
#include "force.h"
|
||||
@ -22,8 +23,6 @@
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
#define INVOKED_PERATOM 4
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
ComputeKEAtom::ComputeKEAtom(LAMMPS *lmp, int narg, char **arg) :
|
||||
@ -60,7 +59,7 @@ void ComputeKEAtom::init()
|
||||
|
||||
void ComputeKEAtom::compute_peratom()
|
||||
{
|
||||
invoked |= INVOKED_PERATOM;
|
||||
invoked_peratom = update->ntimestep;
|
||||
|
||||
// grow ke array if necessary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user