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

This commit is contained in:
sjplimp
2012-03-02 16:34:21 +00:00
parent eab4d169d0
commit 4ba21107a1
2 changed files with 6 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
atom_style = NULL;
avec = NULL;
create_avec("atomic",0,NULL);
create_avec("atomic",0,NULL,lmp->suffix);
}
/* ---------------------------------------------------------------------- */