Adding cmake options, fixing a few misc errors

This commit is contained in:
jtclemm
2023-04-20 20:15:17 -06:00
parent de0e4bb170
commit 35d1178cfa
15 changed files with 47 additions and 18 deletions

View File

@ -37,13 +37,14 @@ class ComputeRHEOVShift : public Compute {
void correct_surfaces();
double **vshift;
class FixRHEO *fix_rheo;
private:
int nmax_old;
double dtv, cut, cutsq, cutthird;
int surface_flag;
class NeighList *list;
class FixRHEO *fix_rheo;
class ComputeRHEOInterface *compute_interface ;
class ComputeRHEOKernel *compute_kernel;
};