git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1470 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user