summaryrefslogtreecommitdiff
path: root/rotord/src/vampHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/vampHost.h')
-rw-r--r--rotord/src/vampHost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/vampHost.h b/rotord/src/vampHost.h
index e44e981..a8b0bbb 100644
--- a/rotord/src/vampHost.h
+++ b/rotord/src/vampHost.h
@@ -66,7 +66,7 @@ namespace vampHost {
void cleanup();
double get_value(const double &time);
//map<double,int> features;
- map<float,feature> features;
+ map<double,feature> features;
//map<time,featureNo>
//this is the best way to store features: because map allows to search for the key below and above the present time