Skip to content

Commit

Permalink
Merge branch 'RaulPPelaez:v2.x' into v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloIbannez authored Sep 13, 2023
2 parents a1aac39 + b1da83f commit 64e82c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Integrator/BDHI/FCM/FCM_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ namespace uammd{
auto d_gridVels = (real3*)thrust::raw_pointer_cast(gridVels.data());
IBM<Kernel> ibm(kernel, grid, IBM_ns::LinearIndex3D(nx, n.y, n.z));
ibm.spread(pos, force_r3, d_gridVels, numberParticles, st);
std::vector<real3> hvels(gridVels.size());
thrust::copy(gridVels.begin(), gridVels.end(), hvels.begin());
CudaCheckError();
return gridVels;
}
Expand Down

0 comments on commit 64e82c5

Please sign in to comment.