Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
683d61af
Commit
683d61af
authored
Apr 05, 2017
by
LEFEBVREJP email
Browse files
Fixing typos in ams calc.
parent
cf8ee507
Pipeline
#7789
passed with stages
in 19 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixams/main.cc
View file @
683d61af
...
...
@@ -51,7 +51,7 @@ int main(int argc, char **argv)
{
sigma
=
1.911515e-16
*
(
z
*
z
*
z
*
z
)
-
9.857582e-13
*
(
z
*
z
*
z
)
+
5.
3
399174e-9
*
(
z
*
z
)
+
5.399174e-9
*
(
z
*
z
)
-
1.180686e-4
*
z
+
1.22507
;
}
...
...
@@ -72,7 +72,7 @@ int main(int argc, char **argv)
auto
EIRatio
=
EIz
/
EIg
;
// dose rate at sea level/altitude
auto
DRg
=
0
.62
*
a
;
auto
DRg
=
9
.62
*
a
;
auto
DRz
=
DRg
*
EIRatio
;
// report dose rate at sea level
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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