Changeset 2180 in Sophya for trunk/SophyaPI/PIext/nobjmgr.cc


Ignore:
Timestamp:
Aug 13, 2002, 12:43:33 PM (23 years ago)
Author:
cmv
Message:

command eval dans spiapp cmv 13/8/02

File:
1 edited

Legend:

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

    r2132 r2180  
    823823void NamedObjMgr::ReadObj(PInPersist& s, int num)
    824824{
    825 int_4 i, cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey
     825int_4 i; // $CHECK$ int -> int_4 a cause de TagKey
     826#ifdef SANS_EVOLPLANCK
     827int_4 cid, key, ln; // $CHECK$ int -> int_4 a cause de TagKey
     828#endif
    826829int n0, n1;
    827830bool ok = true;
     
    899902PPersist* obj=NULL;
    900903
    901 PInPersist* ppin;
     904PInPersist* ppin=NULL;
    902905#ifdef SANS_EVOLPLANCK
    903906TRY{
     
    932935void NamedObjMgr::ReadFits(string const & flnm, string & nobj)
    933936{
     937
     938#ifdef SANS_EVOLPLANCK
    934939bool ok = false;
    935 
    936 #ifdef SANS_EVOLPLANCK
    937940RzImage* obj=NULL;
    938941TRY{
     
    10181021
    10191022bool ok = true;
    1020 POutPersist* pout;
     1023POutPersist* pout=NULL;
    10211024#ifdef SANS_EVOLPLANCK
    10221025TRY{
     
    10511054bool ok = true;
    10521055
    1053 POutPersist* pout;
     1056POutPersist* pout=NULL;
    10541057#ifdef SANS_EVOLPLANCK
    10551058TRY{
     
    13171320bool errx=false, erry=false, errz=false;
    13181321if(err.length()>0) {
    1319   for(int i=0;i<err.length();i++)
     1322  for(int i=0;i<(int_4)err.length();i++)
    13201323    if     (err[i]=='x' || err[i]=='X') errx = true;
    13211324    else if(err[i]=='y' || err[i]=='Y') erry = true;
     
    14161419string title = ny + " (Y) vs. " + nx + " (X)";
    14171420// display 2D
    1418 int wrsid = myImgApp->DispScDrawer(vxydrw, title, dopt);
     1421myImgApp->DispScDrawer(vxydrw, title, dopt);
    14191422
    14201423return;
Note: See TracChangeset for help on using the changeset viewer.