make certain that the vector storage and the size_vector variable are consistent in computes
This commit is contained in:
@ -125,7 +125,7 @@ ComputeTempChunk::ComputeTempChunk(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
// vector data
|
||||
|
||||
vector = new double[6];
|
||||
vector = new double[size_vector];
|
||||
|
||||
// chunk-based data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user