projects
/
SaveMySugar
/
python3-savemysugar.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
3676808
)
CallDistanceTransceiver.py: assign a float value to inter_symbol_distance
author
Antonio Ospite <ao2@ao2.it>
Mon, 4 Jan 2016 09:39:54 +0000
(10:39 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Mon, 4 Jan 2016 10:13:30 +0000
(11:13 +0100)
For consistency always assign a float value to inter_symbol_distance, as
it is going to be used in calculations with other float values.
This also fixes an pylint message:
R:101,12: Redefinition of inter_symbol_distance type from float to int
(redefined-variable-type)
No differences found