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

This commit is contained in:
sjplimp
2008-02-08 19:47:58 +00:00
parent cbe6927348
commit a15113ed1f
14 changed files with 37 additions and 14 deletions

View File

@ -26,6 +26,7 @@ AtomVec::AtomVec(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
bonds_allow = angles_allow = dihedrals_allow = impropers_allow = 0;
mass_type = shape_type = dipole_type = 0;
comm_x_only = comm_f_only = 1;
ghost_velocity = 0;
size_comm = size_reverse = size_border = 0;
}