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

This commit is contained in:
sjplimp
2011-01-04 21:08:27 +00:00
parent a7f69eac0c
commit c9495408a1
16 changed files with 69 additions and 61 deletions

View File

@ -21,6 +21,7 @@ ComputeStyle(reduce/region,ComputeReduceRegion)
#define LMP_COMPUTE_REDUCE_REGION_H
#include "compute_reduce.h"
#include "lmptype.h"
namespace LAMMPS_NS {
@ -31,7 +32,7 @@ class ComputeReduceRegion : public ComputeReduce {
private:
double compute_one(int, int);
double count(int);
bigint count(int);
};
}