git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5526 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user