Changeset 293 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- May 11, 1999, 6:04:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r203 r293 32 32 33 33 // Si le module StarReco++ a ete compile (Pour les StarList, Transfo, etc ... 34 #if ndef SANS_StarReco34 #ifdef SANS_EVOLPLANCK 35 35 #include "stlist.h" 36 36 #include "star.h" … … 98 98 break; 99 99 100 #if ndef SANS_StarReco100 #ifdef SANS_EVOLPLANCK 101 101 case ClassId_StarList : 102 102 vardec = "double x,y,flux,fond; \n"; … … 222 222 break; 223 223 224 #if ndef SANS_StarReco224 #ifdef SANS_EVOLPLANCK 225 225 case ClassId_StarList : 226 226 { … … 306 306 int rc; 307 307 308 cmd = "rm " + fname;308 cmd = "rm -f " + fname; 309 309 rc = system(cmd.c_str()); 310 310 //DBG printf("LinkExprFunc_Do> %s (Rc=%d)\n", cmd.c_str(), rc); … … 514 514 return("ZFidu"); 515 515 516 #if ndef SANS_StarReco516 #ifdef SANS_EVOLPLANCK 517 517 case ClassId_StarList : 518 518 return("StarList"); … … 585 585 return("Fidu"); 586 586 587 #if ndef SANS_StarReco587 #ifdef SANS_EVOLPLANCK 588 588 case ClassId_StarList : 589 589 return("Stl"); … … 678 678 GrAlines["thickdottedline"] = gi; 679 679 680 // Les fontes (a faire)680 // Les fontes 681 681 gi.a2 = PI_NotDefFontSize; 682 682 gi.a1 = PI_NotDefFontAtt;
Note:
See TracChangeset
for help on using the changeset viewer.