use float consistently in DescriptionFactory

This commit is contained in:
Dennis Luxen 2014-06-18 10:44:46 +02:00
parent f6bab21928
commit 58134200df

View File

@ -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;