Ignore:
Timestamp:
Jan 1, 2010, 11:54:32 PM (13 years ago)
Author:
Peter Johansson
Message:

Fixes #434. Authors are now ignored in the plot if and only if plot
would be y=0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.7-stable/lib/BlameStats.cc

    r847 r998  
    118118
    119119
     120  unsigned int BlameStats::max_element(const std::vector<unsigned int>& v) const
     121  {
     122    assert(v.size());
     123    return v.back();
     124  }
     125
    120126}} // end of namespace svndigest and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.