Changeset 1202
- Timestamp:
- Oct 4, 2010, 7:32:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Graph.cc
r1198 r1202 178 178 } 179 179 #ifdef HAVE_PLPLOT 180 // join {x0, x0} with {x1,y1} via {x1,y0}180 // join {x0,y0} with {x1,y1} via {x1,y0} 181 181 pls_.join(x0,y0,x1,y0); 182 182 pls_.join(x1,y0,x1,y1);
Note: See TracChangeset
for help on using the changeset viewer.