- Timestamp:
- Jan 20, 2006, 10:02:37 AM (17 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/CommitStat.cc
r63 r64 46 46 ss >> tmp; 47 47 std::string user; 48 ss >> user; 49 ss >> tmp; 48 getline(ss,user,'|'); 50 49 ss >> date; 51 50 std::string time; -
trunk/lib/Gnuplot.cc
r63 r64 64 64 command("set timefmt '" + date_input_format_ + "'"); 65 65 command("set format x '" + format + "'"); 66 assert(date_[0].size());67 assert(y.back());68 66 plot(y,date_,"plot"); 69 67 }
Note: See TracChangeset
for help on using the changeset viewer.