Changeset 3572 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

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

    r3551 r3572  
    2424#include "datatable.h"
    2525
    26 #ifdef SANS_EVOLPLANCK
    27 #include "cvector.h"
    28 #else
    2926#include "tvector.h"
    30 #endif
    3127
    3228
     
    9591  mImgApp->RedirectStdOutErr(false);
    9692                                    --------DEL  */
    97 #ifdef SANS_EVOLPLANCK
    98   TRY {
    99     tokens.erase(tokens.begin());
    100     fuf(tokens);
    101   }  CATCH(merr) {
    102     fflush(stdout);
    103     string es = PeidaExc(merr);
    104     cerr << "\n PIABaseExecutor: Call UserFunc  Exception :" << merr << es;
    105     cout << endl;
    106     }
    107 #else
    10893  try {
    10994    tokens.erase(tokens.begin());
     
    122107    return(-79);
    123108  }
    124 #endif
    125109/*DEL----- Plus besoin en multi-thread ? / Reza 06/01/2004
    126110  mImgApp->RedirectStdOutErr(red);
     
    732716  }
    733717
    734 #ifndef SANS_EVOLPLANCK
    735718/* Lecture matrice/vecteur depuis fichier ASCII  */
    736719else if ((kw == "mtxfrascii") || (kw == "vecfrascii") ) {
     
    788771}
    789772 
    790 #endif
    791773
    792774else if (kw == "fillnt" ) {
     
    970952usage += "\n  Related commands: ntloop fillnt ";
    971953mpiac->RegisterCommand(kw, usage, this, "FileIO");
    972 #ifndef SANS_EVOLPLANCK
    973954kw = "mtxfrascii";
    974955usage = "Reads a matrix from an ASCII file (TMatrix<r_8>)";
     
    986967usage += "\n  Related commands:  mtxfrascii vecfrascii ntfrascii ";
    987968mpiac->RegisterCommand(kw, usage, this, "FileIO");
    988 #endif
    989969
    990970kw = "print";
     
    11811161usage += "\n-         i,k,val,real,imag,mod,phas,teta,phi,_nl";
    11821162usage += "\n- FITS Binary/ASCII table: fits column names,_nl";
    1183 #ifdef SANS_EVOLPLANCK
    1184 usage += "\n  ------ Eros Variable names (double) -------- ";
    1185 usage += "\n- StarList: x,y,flux,fond,pixmax,flags,";
    1186 usage += "\n-           xref,yref,fluxref,fondref,pixmaxref,_nl";
    1187 #endif
    11881163usage += "\n  ------ Other parameters -------- ";
    11891164usage += "\nLoop parameters can be specified as I1[:I2[:DI]] for(int i=I1; i<I2; i+=DI)";
Note: See TracChangeset for help on using the changeset viewer.