git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3924 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -34,7 +34,7 @@ class FixNPH : public Fix {
|
||||
void initial_integrate(int);
|
||||
void final_integrate();
|
||||
void initial_integrate_respa(int, int, int);
|
||||
void final_integrate_respa(int);
|
||||
void final_integrate_respa(int, int);
|
||||
double compute_scalar();
|
||||
void write_restart(FILE *);
|
||||
void restart(char *);
|
||||
@ -60,13 +60,14 @@ class FixNPH : public Fix {
|
||||
|
||||
int nlevels_respa;
|
||||
double *step_respa;
|
||||
int remap2flag; // flag for performing 2nd half remap()
|
||||
|
||||
char *id_temp,*id_press;
|
||||
class Compute *temperature,*pressure;
|
||||
int tflag,pflag;
|
||||
|
||||
void couple();
|
||||
void remap(int);
|
||||
void remap();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user