Fixed bugs in HippoT::compute_dispersion_real and compute_multipole_real to ensure that answers only get copied back from device in the last kernel activated.
This commit is contained in:
@ -130,8 +130,6 @@ class Hippo : public BaseAmoeba<numtyp, acctyp> {
|
||||
|
||||
UCL_Kernel k_dispersion;
|
||||
|
||||
UCL_Vector<acctyp,acctyp> _pval;
|
||||
|
||||
protected:
|
||||
bool _allocated;
|
||||
int dispersion_real(const int eflag, const int vflag);
|
||||
|
||||
Reference in New Issue
Block a user