Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #485 from karlnapf/master
bug fix reported by Koen van de Sande
  • Loading branch information
karlnapf committed Apr 25, 2012
2 parents 78a2bb3 + b47d55b commit 0afeee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/features/SimpleFeatures.cpp
Expand Up @@ -90,7 +90,7 @@ template<class ST> ST* CSimpleFeatures<ST>::get_feature_vector(int32_t num, int3

if (feature_cache)
{
feat = feature_cache->lock_entry(num);
feat = feature_cache->lock_entry(real_num);

if (feat)
return feat;
Expand Down

0 comments on commit 0afeee4

Please sign in to comment.