forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11877 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a1c6c99ccc
commit
a643d5695e
|
@ -112,6 +112,8 @@ double ComputeTempRegionEff::compute_scalar()
|
|||
double mefactor = domain->dimension/4.0;
|
||||
|
||||
Region *region = domain->regions[iregion];
|
||||
region->prematch();
|
||||
|
||||
int count = 0;
|
||||
int ecount = 0;
|
||||
double t = 0.0;
|
||||
|
@ -166,6 +168,8 @@ void ComputeTempRegionEff::compute_vector()
|
|||
double mefactor = domain->dimension/4.0;
|
||||
|
||||
Region *region = domain->regions[iregion];
|
||||
region->prematch();
|
||||
|
||||
double massone,t[6];
|
||||
for (i = 0; i < 6; i++) t[i] = 0.0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue