git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10165 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-06-28 19:30:58 +00:00
parent f1fec72c71
commit bfbe995a9c
36 changed files with 1499 additions and 12 deletions

View File

@ -3,6 +3,7 @@
// LAMMPS includes
#include "lammps.h"
#include "lmptype.h"
#include "atom.h" // x, v, f
#include "domain.h" // for basing locations on regions
#include "region.h" // region bounding box and style
@ -609,7 +610,7 @@ void LammpsInterface::atomPE_init(void)
}
}
void LammpsInterface::atomPE_addstep(int step)
void LammpsInterface::atomPE_addstep(LAMMPS_NS::bigint step)
{
atomPE_->addstep(step);
}