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:
stamoor 2016-01-25 21:36:10 +00:00
parent 92ae19e280
commit bf9517b562
1 changed files with 1 additions and 1 deletions

View File

@ -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: