diff options
Diffstat (limited to 'model/rankaccu.cpp')
-rw-r--r-- | model/rankaccu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/rankaccu.cpp b/model/rankaccu.cpp index f998e93..fc5b7b7 100644 --- a/model/rankaccu.cpp +++ b/model/rankaccu.cpp @@ -128,6 +128,5 @@ void rank_CMC(RidList &D,const std::vector<double> pred,CMC & cmc) { cmc.addEntry(k-j); break; // account only for the first match; } - j = i+1; } }
\ No newline at end of file |