forked from lijiext/lammps
Fixing Kokkos bugs
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14490 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
92ae19e280
commit
bf9517b562
|
@ -77,7 +77,7 @@ class NeighBondKokkos : protected Pointers {
|
|||
unsigned int datamask_read,datamask_modify;
|
||||
|
||||
int maxbond,maxangle,maxdihedral,maximproper; // size of bond lists
|
||||
int me;
|
||||
int me,nprocs;
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in New Issue