added functionity to lib interface

This commit is contained in:
Steve Plimpton
2016-12-13 16:22:17 -07:00
parent fb3f597f41
commit ae5764beac
28 changed files with 386 additions and 160 deletions

View File

@ -37,6 +37,8 @@ class ComputeImproperLocal : public Compute {
int ncount;
int nmax;
double *vlocal;
double **alocal;
int compute_impropers(int);
void reallocate(int);