make certain that the vector storage and the size_vector variable are consistent in computes
This commit is contained in:
@ -72,7 +72,7 @@ ComputeTempSphere::ComputeTempSphere(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
if (mode == ROTATE) extra_dof = 0;
|
||||
|
||||
vector = new double[6];
|
||||
vector = new double[size_vector];
|
||||
|
||||
// error checks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user