Changeset 1231


Ignore:
Timestamp:
Oct 22, 2010, 6:21:47 AM (13 years ago)
Author:
Peter Johansson
Message:

fixes #481

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Stats.cc

    r1208 r1231  
    523523    gp.plot(y, "comment", y.back());
    524524
    525     const SumVector& z = get_vector(comment_or_copy_stats(), "all");
     525    const SumVector& z = get_vector(other_stats(), "all");
    526526    gp.current_color(0,255,0);
    527527    gp.plot(z, "other", z.back());
Note: See TracChangeset for help on using the changeset viewer.