Skip to content

Commit

Permalink
chore: remove M_PI relics (acts-project#3845)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored and Rosie-Hasan committed Nov 13, 2024
1 parent 3289f60 commit 24e8262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/codeguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pos4[eTime] = 12.3;
BoundVector pars;
pars[eBoundLoc0] = 1.2;
...
pars[eBoundPhi] = M_PI;
pars[eBoundPhi] = std::numbers::pi;
...
```

Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
nitpick_ignore = [
("cpp:identifier", "Acts"),
("cpp:identifier", "detail"),
("cpp:identifier", "M_PI"),
("cpp:identifier", "eSize"),
("cpp:identifier", "eBoundSize"),
("cpp:identifier", "eFreeSize"),
Expand Down

0 comments on commit 24e8262

Please sign in to comment.