git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3481 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -286,7 +286,7 @@ void ComputeTempProfile::remove_bias_all()
|
||||
memory->destroy_2d_double_array(vbiasall);
|
||||
maxbias = atom->nmax;
|
||||
vbiasall = memory->create_2d_double_array(maxbias,3,
|
||||
"compute/temp:vbiasall");
|
||||
"temp/profile:vbiasall");
|
||||
}
|
||||
|
||||
int ibin;
|
||||
|
||||
Reference in New Issue
Block a user