Changeset 124
- Timestamp:
- Jul 30, 2006, 1:01:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Gnuplot.cc
r111 r124 44 44 pipe_=popen(gnuplot_binary_.c_str(),"w"); 45 45 if (!pipe_) 46 throw GnuplotException("Could 'nt open connection to gnuplot");46 throw GnuplotException("Could not open connection to gnuplot"); 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.