Changeset 1202


Ignore:
Timestamp:
Oct 4, 2010, 7:32:11 PM (13 years ago)
Author:
Jari Häkkinen
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Graph.cc

    r1198 r1202  
    178178    }
    179179#ifdef HAVE_PLPLOT
    180     // join {x0,x0} with {x1,y1} via {x1,y0}
     180    // join {x0,y0} with {x1,y1} via {x1,y0}
    181181    pls_.join(x0,y0,x1,y0);
    182182    pls_.join(x1,y0,x1,y1);
Note: See TracChangeset for help on using the changeset viewer.