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

This commit is contained in:
sjplimp
2009-12-03 17:45:22 +00:00
parent 2ac56e521f
commit 69d350af34
25 changed files with 1065 additions and 270 deletions

View File

@ -100,7 +100,7 @@ void ComputeStressAtom::compute_peratom()
memory->destroy_2d_double_array(stress);
nmax = atom->nmax;
stress =
memory->create_2d_double_array(nmax,6,"compute/stress/atom:stress");
memory->create_2d_double_array(nmax,6,"stress/atom:stress");
vector_atom = stress;
}