Skip to content

Commit

Permalink
Delete unnecessary spaces modifying Quad.H
Browse files Browse the repository at this point in the history
  • Loading branch information
cemitch99 authored Jan 30, 2025
1 parent e57448a commit 2b7c592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/elements/Quad.H
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ namespace impactx
// initialize linear map matrix elements
Map6x6 R = Map6x6::Identity();

if (m_k > 0.0) {
if (m_k > 0.0) {
R(1,1) = std::cos(omega*slice_ds);
R(1,2) = std::sin(omega*slice_ds)/omega;
R(2,1) = -omega*std::sin(omega*slice_ds);
Expand Down

0 comments on commit 2b7c592

Please sign in to comment.