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/AddStats.cc

    r847 r998  
    7777
    7878
     79  unsigned int AddStats::max_element(const std::vector<unsigned int>& v) const
     80  {
     81    assert(v.size());
     82    return v.back();
     83  }
     84
     85
    7986}} // end of namespace svndigest and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.