Changeset 75793b2 for molecuilder/src/datacreator.cpp
- Timestamp:
- Jun 7, 2008, 1:20:30 PM (17 years ago)
- Children:
- 42bdb2, a89a22
- Parents:
- a1c448
- File:
-
- 1 edited
-
molecuilder/src/datacreator.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/datacreator.cpp
ra1c448 r75793b2 319 319 output << "set mxtics "<< mxtics << endl; 320 320 output << "set xtics "<< xtics << endl; 321 if (logscale != "")321 if (logscale != NULL) 322 322 output << "set logscale " << logscale << endl; 323 if (extraline != "")323 if (extraline != NULL) 324 324 output << extraline << endl; 325 325 output << "set xlabel '" << xlabel << "'" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
