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

This commit is contained in:
sjplimp 2008-07-29 17:12:38 +00:00
parent 9bff68c405
commit 5edc0e2e63
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class FixIndent : public Fix {
double compute_scalar();
double compute_vector(int);
protected:
private:
int istyle,scaleflag,radflag,thermo_flag,eflag_enable;
double k,k3;
double x0,y0,z0,r0_stop,r0_start;

View File

@ -28,7 +28,7 @@ class FixTempBerendsen : public Fix {
int modify_param(int, char **);
void reset_target(double);
protected:
private:
int which;
double t_start,t_stop,t_target,t_period;