Skip to content

Commit

Permalink
Removed unused line related to particle displacements from output pro…
Browse files Browse the repository at this point in the history
…file function
  • Loading branch information
pabloseleson committed Sep 4, 2024
1 parent 9b2fef3 commit eb612d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CabanaPD_DisplacementProfile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ void createOutputProfile( MPI_Comm comm, const int num_cell,
double dx2 = particles.dx[dims[1]];

auto x = particles.sliceReferencePosition();
auto u = particles.sliceDisplacement();
auto measure_profile = KOKKOS_LAMBDA( const int pid )
{
if ( x( pid, dims[0] ) < dx1 / 2.0 && x( pid, dims[0] ) > -dx1 / 2.0 &&
Expand Down

0 comments on commit eb612d2

Please sign in to comment.