Changeset 2260 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Nov 14, 2002, 7:05:47 PM (23 years ago)
Author:
cmv
Message:

intro options notit et tit cmv 14/11/02 sur request OP

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pi3ddrw.cc

    r2164 r2260  
    295295  for( k=0; k<opt.size(); k++ ) {
    296296    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);
    300299    else {
    301300      ndec--;
  • trunk/SophyaPI/PI/pieldrw.cc

    r2258 r2260  
    363363    else if (opts == "fixedfontsize")
    364364      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);
    367367
    368368    else {
Note: See TracChangeset for help on using the changeset viewer.