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

This commit is contained in:
sjplimp
2011-01-11 00:41:00 +00:00
parent 4bc2d6f332
commit 82ec94916d
79 changed files with 458 additions and 315 deletions

View File

@ -13,6 +13,7 @@
#include "stdlib.h"
#include "integrate.h"
#include "lmptype.h"
#include "update.h"
#include "modify.h"
#include "compute.h"
@ -93,7 +94,7 @@ void Integrate::ev_setup()
vflag = 5 or 6 = both global and per-atom virial
------------------------------------------------------------------------- */
void Integrate::ev_set(int ntimestep)
void Integrate::ev_set(bigint ntimestep)
{
int i,flag;