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

This commit is contained in:
sjplimp
2015-09-03 00:14:01 +00:00
parent ba42504838
commit a3017bc092
6 changed files with 48 additions and 32 deletions

View File

@ -44,7 +44,7 @@ class ComputeRDF : public Compute {
double **histall; // summed histogram bins across all procs
int *typecount;
int *icount,*jcount;
int *icount,*jcount,*duplicates;
class NeighList *list; // half neighbor list
};