Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft] Transport and Covariance Matrices #714

Closed

Transport/Covariane: Use `SmallMatrix`

817cc51
Select commit
Loading
Failed to load commit list.
Closed

[Draft] Transport and Covariance Matrices #714

Transport/Covariane: Use `SmallMatrix`
817cc51
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 11, 2024 in 2s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 57 in src/particles/elements/mixin/beamoptic.H

See this annotation in the file changed.

Code scanning / CodeQL

Large object passed by value Note

This parameter of type
SoftQuadrupole
is 96 bytes - consider passing a const pointer/reference instead.
This parameter of type SoftSolenoid is 96 bytes - consider passing a const pointer/reference instead.
This parameter of type RFCavity is 112 bytes - consider passing a const pointer/reference instead.

Check notice on line 36 in src/particles/elements/mixin/lineartransport.H

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.