Working on fphi_uind in the GPU lib

This commit is contained in:
Trung Nguyen
2022-08-27 13:19:52 -05:00
parent b160460dcc
commit 9e7bbad4d4
8 changed files with 132 additions and 31 deletions

View File

@ -91,6 +91,7 @@ class Amoeba : public BaseAmoeba<numtyp, acctyp> {
int multipole_real(const int eflag, const int vflag);
int udirect2b(const int eflag, const int vflag);
int umutual2b(const int eflag, const int vflag);
int fphi_uind();
int polar_real(const int eflag, const int vflag);
};