diff options
Diffstat (limited to 'src/SparseVector.h')
-rw-r--r-- | src/SparseVector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SparseVector.h b/src/SparseVector.h index 4e28996fc..867409895 100644 --- a/src/SparseVector.h +++ b/src/SparseVector.h @@ -126,7 +126,7 @@ public: ClearValue(partition); starts->RemovePartition(partition); values->Delete(partition); - // Its the previous partition now that gets smaller + // Its the previous partition now that gets smaller partition--; } } |