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

This commit is contained in:
sjplimp
2011-01-11 16:27:24 +00:00
parent 09aa3cfd56
commit 60b4b9eaa7
8 changed files with 58 additions and 19 deletions

View File

@ -21,6 +21,7 @@ FixStyle(dt/reset,FixDtReset)
#define LMP_FIX_DT_RESET_H
#include "fix.h"
#include "lmptype.h"
namespace LAMMPS_NS {
@ -36,7 +37,8 @@ class FixDtReset : public Fix {
double compute_vector(int);
private:
int minbound,maxbound,laststep;
bigint laststep;
int minbound,maxbound;
double tmin,tmax,xmax;
double ftm2v;
double t_elapsed;