Changeset 1008 for trunk/lib/Stats.cc
- Timestamp:
- Jan 3, 2010, 7:36:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Stats.cc
r1007 r1008 364 364 const std::string& linetype) const 365 365 { 366 if (Configuration::instance().image_format()=="none") 367 return filename; 366 368 assert(total_stats().size()); 367 369 Graph gp(filename+"."+Configuration::instance().image_format(), … … 433 435 void Stats::plot_summary(const std::string& filename) const 434 436 { 437 if (Configuration::instance().image_format()=="none") 438 return; 435 439 Graph gp(filename+"."+Configuration::instance().image_format(), 436 440 Configuration::instance().image_format());
Note: See TracChangeset
for help on using the changeset viewer.