Skip to content

Commit

Permalink
remove some testing code I checked in by mistake (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers authored Jun 9, 2020
1 parent db9e1d2 commit 1eff033
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/Particles/Redistribute/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ void testRedistribute ()

auto np_old = pc.TotalNumberOfParticles();

Gpu::DeviceVector<int> vecy = {1, 2, 3};
Gpu::HostVector<int> asdf = {1, 2, 3};

for (int i = 0; i < params.nsteps; ++i)
{
pc.moveParticles(params.move_dir, params.do_random);
Expand Down

0 comments on commit 1eff033

Please sign in to comment.