- Timestamp:
- Jun 28, 2006, 11:17:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Gnuplot.cc
r107 r108 79 79 int Gnuplot::command(const std::string& cmdstr) 80 80 { 81 std::cout << cmdstr << std::endl;82 81 int r = fputs(cmdstr.c_str(),pipe_); 83 82 if (!r && *(cmdstr.rbegin())!='\n')
Note: See TracChangeset
for help on using the changeset viewer.