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

This commit is contained in:
sjplimp 2014-05-02 15:04:31 +00:00
parent c1eedcacfd
commit 8e760279f7
2 changed files with 8 additions and 0 deletions

View File

@ -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];

View File

@ -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();