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

This commit is contained in:
sjplimp
2014-08-06 16:16:32 +00:00
parent 583c7de117
commit f50d366df7
8 changed files with 83 additions and 57 deletions

View File

@ -31,8 +31,8 @@ class ComputeClusterAtom : public Compute {
void init();
void init_list(int, class NeighList *);
void compute_peratom();
int pack_comm(int, int *, double *, int, int *);
void unpack_comm(int, int, double *);
int pack_forward_comm(int, int *, double *, int, int *);
void unpack_forward_comm(int, int, double *);
double memory_usage();
private: