The missing '}' from r3317
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3319 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a537f615cd4081a137b801e09e60c3835036f5a1 Former-commit-id: de655f5727509a96633028e9340ab0ad0f9502c2
This commit is contained in:
parent
2a03ba49a6
commit
e10db800a9
1 changed files with 1 additions and 0 deletions
|
@ -1916,6 +1916,7 @@ evalUnit (char *unit, tdble *dest, int invert)
|
|||
coeff = 14.59484546f; /* kg */
|
||||
} else if (strcmp(unit, "kN") == 0) {
|
||||
coeff = 1000.0f; /* N */
|
||||
}
|
||||
|
||||
if (invert) {
|
||||
*dest /= coeff;
|
||||
|
|
Loading…
Reference in a new issue