Skip to content

Commit 6d09dc2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1b3524d commit 6d09dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/elements/Quad.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ namespace impactx::elements
344344
cos_omega_ds = std::cos(omega*m_slice_ds);
345345
sinh_omega_ds = std::sinh(omega*m_slice_ds);
346346
cosh_omega_ds = std::cosh(omega*m_slice_ds);
347-
347+
348348
if (m_k > 0.0_prt)
349349
{
350350

@@ -365,7 +365,7 @@ namespace impactx::elements
365365

366366
// push the spin vector using the generator just determined
367367
rotate_spin(lambdax,lambday,lambdaz,sx,sy,sz);
368-
368+
369369
}
370370

371371

0 commit comments

Comments
 (0)