tm3d
/
owPython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da445f9
)
add formel 18
master
author
Tobias
<tm@tm3d.de>
Thu, 23 Feb 2017 07:47:40 +0000
(08:47 +0100)
committer
Tobias
<tm@tm3d.de>
Thu, 23 Feb 2017 07:47:40 +0000
(08:47 +0100)
owlib.py
patch
|
blob
|
history
diff --git
a/owlib.py
b/owlib.py
index
dab4fab
..
434b12c
100644
(file)
--- a/
owlib.py
+++ b/
owlib.py
@@
-82,6
+82,8
@@
def calcValue(code,vn,V):
return V[vn]/32.0;
if code==17:
return V[vn]*0.2441/1000;
+ if code==18:
+ return V[vn]/8.0;
return 0;