Skip to content

Commit

Permalink
Merge pull request #131 from pabloseleson/displacement_output
Browse files Browse the repository at this point in the history
Removed unused line in output profiles
  • Loading branch information
streeve authored Sep 5, 2024
2 parents 9b2fef3 + eb612d2 commit 67109b9
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 67109b9

Please sign in to comment.