Changeset 2260 in Sophya for trunk/SophyaPI
- Timestamp:
- Nov 14, 2002, 7:05:47 PM (23 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pi3ddrw.cc
r2164 r2260 295 295 for( k=0; k<opt.size(); k++ ) { 296 296 string opts = opt[k]; 297 if (opts == "title") ShowTitles(true); 298 else if (opts == "notitle") ShowTitles(false); 299 297 if (opts == "title" || opts == "tit") ShowTitles(true); 298 else if (opts == "notitle" || opts == "notit") ShowTitles(false); 300 299 else { 301 300 ndec--; -
trunk/SophyaPI/PI/pieldrw.cc
r2258 r2260 363 363 else if (opts == "fixedfontsize") 364 364 SetAxesAutoFontSize(false); 365 else if (opts == "title" ) ShowTitles(true);366 else if (opts == "notitle" ) ShowTitles(false);365 else if (opts == "title" || opts == "tit") ShowTitles(true); 366 else if (opts == "notitle" || opts == "notit") ShowTitles(false); 367 367 368 368 else {
Note:
See TracChangeset
for help on using the changeset viewer.