Skip to content

Commit

Permalink
Update ParticleBoundaryBuffer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak authored Mar 4, 2024
1 parent c011020 commit a6791ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/ParticleBoundaryBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ struct CopyAndTimestamp {
}

dst.m_runtime_idata[m_step_index][dst_i] = m_step;
dst.m_runtime_rdata[m_delta_index][dst_i] = 0._rt;
dst.m_runtime_rdata[m_delta_index][dst_i] = 0._rt; //delta_fraction is initialized to zero

//calculation of the normal to the boundary
std::array<double, 3> n = {0.0, 0.0, 0.0};
Expand Down

0 comments on commit a6791ff

Please sign in to comment.