forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1995 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9bff68c405
commit
5edc0e2e63
|
@ -31,7 +31,7 @@ class FixIndent : public Fix {
|
||||||
double compute_scalar();
|
double compute_scalar();
|
||||||
double compute_vector(int);
|
double compute_vector(int);
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
int istyle,scaleflag,radflag,thermo_flag,eflag_enable;
|
int istyle,scaleflag,radflag,thermo_flag,eflag_enable;
|
||||||
double k,k3;
|
double k,k3;
|
||||||
double x0,y0,z0,r0_stop,r0_start;
|
double x0,y0,z0,r0_stop,r0_start;
|
||||||
|
|
|
@ -28,7 +28,7 @@ class FixTempBerendsen : public Fix {
|
||||||
int modify_param(int, char **);
|
int modify_param(int, char **);
|
||||||
void reset_target(double);
|
void reset_target(double);
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
int which;
|
int which;
|
||||||
double t_start,t_stop,t_target,t_period;
|
double t_start,t_stop,t_target,t_period;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue