forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11881 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c1eedcacfd
commit
8e760279f7
|
@ -88,6 +88,13 @@ void ComputeTempRegionEff::setup()
|
|||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void ComputeTempRegionEff::dof_remove_pre()
|
||||
{
|
||||
domain->regions[iregion]->prematch();
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int ComputeTempRegionEff::dof_remove(int i)
|
||||
{
|
||||
double *x = atom->x[i];
|
||||
|
|
|
@ -33,6 +33,7 @@ class ComputeTempRegionEff : public Compute {
|
|||
virtual double compute_scalar();
|
||||
virtual void compute_vector();
|
||||
|
||||
void dof_remove_pre(void);
|
||||
int dof_remove(int);
|
||||
void remove_bias(int, double *);
|
||||
void remove_bias_all();
|
||||
|
|
Loading…
Reference in New Issue