Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ext-piot_p
src
Commits
e86ff138
Commit
e86ff138
authored
Aug 18, 2022
by
gsell
Browse files
commented out code line removed
parent
72e4a8c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/Classic/Solvers/ScatteringPhysics.cpp
src/Classic/Solvers/ScatteringPhysics.cpp
+0
-1
No files found.
src/Classic/Solvers/ScatteringPhysics.cpp
View file @
e86ff138
...
...
@@ -82,7 +82,6 @@ namespace {
FlexibleCollimator
*
col_m
;
};
//constexpr long double operator"" _eV(long double value) { return value * 1e-3; } unused
constexpr
long
double
operator
""
_keV
(
long
double
value
)
{
return
value
;
}
constexpr
long
double
operator
""
_MeV
(
long
double
value
)
{
return
value
*
1e3
;
}
constexpr
long
double
operator
""
_GeV
(
long
double
value
)
{
return
value
*
1e6
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment