added functionity to lib interface
This commit is contained in:
@ -37,6 +37,8 @@ class ComputeImproperLocal : public Compute {
|
||||
int ncount;
|
||||
|
||||
int nmax;
|
||||
double *vlocal;
|
||||
double **alocal;
|
||||
|
||||
int compute_impropers(int);
|
||||
void reallocate(int);
|
||||
|
||||
Reference in New Issue
Block a user