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

This commit is contained in:
sjplimp
2014-04-15 15:24:27 +00:00
parent 3e291aca3d
commit 1fac1d41fa
100 changed files with 161 additions and 583 deletions

View File

@ -26,6 +26,8 @@ Body::Body(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
int n = strlen(arg[0]) + 1;
style = new char[n];
strcpy(style,arg[0]);
icp = NULL;
dcp = NULL;
}
/* ---------------------------------------------------------------------- */