git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5472 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -21,6 +21,7 @@ ComputeStyle(reduce,ComputeReduce)
|
||||
#define LMP_COMPUTE_REDUCE_H
|
||||
|
||||
#include "compute.h"
|
||||
#include "lmptype.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
@ -53,7 +54,7 @@ class ComputeReduce : public Compute {
|
||||
Pair pairme,pairall;
|
||||
|
||||
virtual double compute_one(int, int);
|
||||
virtual double count(int);
|
||||
virtual bigint count(int);
|
||||
void combine(double &, double, int);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user