diff options
Diffstat (limited to 'rotord/src/vampHost.h')
| -rw-r--r-- | rotord/src/vampHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/vampHost.h b/rotord/src/vampHost.h index 241ffce..1f53508 100644 --- a/rotord/src/vampHost.h +++ b/rotord/src/vampHost.h @@ -65,7 +65,7 @@ namespace vampHost { void cleanup(); //map<double,int> features; - map<double,feature> features; + map<float,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 |
