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


Ignore:
Timestamp:
May 11, 1999, 6:04:58 AM (26 years ago)
Author:
ercodmgr
Message:

Adaptation aux "normes DPC", introduction des classes CmdExecutor, ...
Fenetre d'aide en lignes, gestion de modules, ... Reza 11/05/99

File:
1 edited

Legend:

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

    r203 r293  
    3232
    3333//  Si le module StarReco++ a ete compile (Pour les StarList, Transfo, etc ...
    34 #ifndef SANS_StarReco
     34#ifdef SANS_EVOLPLANCK
    3535#include "stlist.h"
    3636#include "star.h"
     
    9898    break;
    9999
    100 #ifndef SANS_StarReco
     100#ifdef SANS_EVOLPLANCK
    101101  case ClassId_StarList :
    102102    vardec = "double x,y,flux,fond; \n";
     
    222222    break;
    223223
    224 #ifndef SANS_StarReco
     224#ifdef SANS_EVOLPLANCK
    225225  case ClassId_StarList :
    226226    {
     
    306306int rc;
    307307
    308 cmd = "rm " + fname;
     308cmd = "rm -f " + fname;
    309309rc = system(cmd.c_str());
    310310//DBG printf("LinkExprFunc_Do> %s  (Rc=%d)\n", cmd.c_str(), rc);
     
    514514    return("ZFidu");
    515515
    516 #ifndef SANS_StarReco
     516#ifdef SANS_EVOLPLANCK
    517517  case ClassId_StarList :
    518518    return("StarList");
     
    585585    return("Fidu");
    586586
    587 #ifndef SANS_StarReco
     587#ifdef SANS_EVOLPLANCK
    588588  case ClassId_StarList :
    589589    return("Stl");
     
    678678GrAlines["thickdottedline"] = gi;
    679679
    680 // Les fontes (a faire)
     680// Les fontes
    681681gi.a2 = PI_NotDefFontSize;
    682682gi.a1 = PI_NotDefFontAtt;
Note: See TracChangeset for help on using the changeset viewer.