use float consistently in DescriptionFactory
This commit is contained in:
parent
f6bab21928
commit
58134200df
@ -145,7 +145,7 @@ class DescriptionFactory
|
||||
// string0 = string1;
|
||||
// }
|
||||
|
||||
double segment_length = 0.;
|
||||
float segment_length = 0.;
|
||||
unsigned segment_duration = 0;
|
||||
unsigned segment_start_index = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user