mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6174 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
add7cba329
commit
9573dfcea0
|
@ -58,6 +58,7 @@ Fix::Fix(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
|
|||
time_depend = 0;
|
||||
create_attribute = 0;
|
||||
restart_pbc = 0;
|
||||
cudable_comm = 0;
|
||||
|
||||
scalar_flag = vector_flag = array_flag = 0;
|
||||
peratom_flag = local_flag = 0;
|
||||
|
|
|
@ -41,6 +41,7 @@ class Fix : protected Pointers {
|
|||
// setting when a new atom is created
|
||||
int restart_pbc; // 1 if fix moves atoms (except integrate)
|
||||
// so write_restart must remap to PBC
|
||||
int cudable_comm; // 1 if fix has CUDA-enabled communication
|
||||
|
||||
int scalar_flag; // 0/1 if compute_scalar() function exists
|
||||
int vector_flag; // 0/1 if compute_vector() function exists
|
||||
|
|
Loading…
Reference in New Issue