projects
/
trinked.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ab56ae
)
mkR
author
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 4 Apr 2016 07:09:39 +0000
(10:09 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 4 Apr 2016 07:09:39 +0000
(10:09 +0300)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
b9d9786
..
f5532cd
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-85,7
+85,7
@@
restart:
if (prevDose >= 0.0) {
double counts = curDose - prevDose;
- double radlevel = coefficient * counts * 3600.0 / (double)period;
+ double radlevel =
1e6 *
coefficient * counts * 3600.0 / (double)period;
FILE *fh = stdout;
bool successOpen = true;