Changeset 548 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc


Ignore:
Timestamp:
Nov 4, 1999, 5:20:32 PM (26 years ago)
Author:
ercodmgr
Message:

Ajout trace en medaillon - Reza 4/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/servnobjm.cc

    r546 r548  
    13141314  if ( (grt[k] == "win") || (grt[k] == "w") )  ropt =  Disp_Win;
    13151315  else if ( (grt[k] == "same") || (grt[k] == "s") )  ropt = Disp_Same;
     1316  else if ( (grt[k] == "inset") || (grt[k] == "ins") )  ropt = Disp_Inset;
    13161317  else  if ( (grt[k] == "stack") || (grt[k] == "st") )  ropt = Disp_Stack;
    13171318  else fgcont = false;
Note: See TracChangeset for help on using the changeset viewer.