Added timing breakdown for fphi_uind

This commit is contained in:
Trung Nguyen
2022-09-14 15:28:44 -05:00
parent 9c4d3db558
commit cd3a00c2c4
5 changed files with 14 additions and 29 deletions

View File

@ -157,7 +157,6 @@ class Hippo : 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);
};