forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4561 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ffdabeb155
commit
4e772d1a16
|
@ -681,20 +681,6 @@ void FixMSST::final_integrate()
|
|||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixMSST::initial_integrate_respa(int vflag, int ilevel, int flag)
|
||||
{
|
||||
error->all("MSST does not work with RESPA\n");
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixMSST::final_integrate_respa(int ilevel)
|
||||
{
|
||||
error->all("MSST does not work with RESPA\n");
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void FixMSST::couple()
|
||||
{
|
||||
double *tensor = pressure->vector;
|
||||
|
|
|
@ -37,8 +37,6 @@ class FixMSST : public Fix {
|
|||
void setup(int);
|
||||
void initial_integrate(int);
|
||||
void final_integrate();
|
||||
void initial_integrate_respa(int,int,int);
|
||||
void final_integrate_respa(int);
|
||||
double compute_scalar();
|
||||
double compute_vector(int);
|
||||
void write_restart(FILE *);
|
||||
|
|
Loading…
Reference in New Issue