Changeset 534
- Timestamp:
- Dec 26, 2007, 3:34:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r532 r534 82 82 iter!=authors().end(); ++iter) { 83 83 std::vector<u_int>& code = code_[*iter]; 84 assert(code.size()<60);85 84 accumulate(code); 86 85 std::vector<u_int>& comments = comments_[*iter]; 87 assert(comments.size()<60);88 86 accumulate(comments); 89 87 std::vector<u_int>& other = other_[*iter]; 90 assert(other.size()<60);91 88 accumulate(other); 92 89
Note: See TracChangeset
for help on using the changeset viewer.