Changeset 3572 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r3551 r3572 24 24 #include "datatable.h" 25 25 26 #ifdef SANS_EVOLPLANCK27 #include "cvector.h"28 #else29 26 #include "tvector.h" 30 #endif31 27 32 28 … … 95 91 mImgApp->RedirectStdOutErr(false); 96 92 --------DEL */ 97 #ifdef SANS_EVOLPLANCK98 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 #else108 93 try { 109 94 tokens.erase(tokens.begin()); … … 122 107 return(-79); 123 108 } 124 #endif125 109 /*DEL----- Plus besoin en multi-thread ? / Reza 06/01/2004 126 110 mImgApp->RedirectStdOutErr(red); … … 732 716 } 733 717 734 #ifndef SANS_EVOLPLANCK735 718 /* Lecture matrice/vecteur depuis fichier ASCII */ 736 719 else if ((kw == "mtxfrascii") || (kw == "vecfrascii") ) { … … 788 771 } 789 772 790 #endif791 773 792 774 else if (kw == "fillnt" ) { … … 970 952 usage += "\n Related commands: ntloop fillnt "; 971 953 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 972 #ifndef SANS_EVOLPLANCK973 954 kw = "mtxfrascii"; 974 955 usage = "Reads a matrix from an ASCII file (TMatrix<r_8>)"; … … 986 967 usage += "\n Related commands: mtxfrascii vecfrascii ntfrascii "; 987 968 mpiac->RegisterCommand(kw, usage, this, "FileIO"); 988 #endif989 969 990 970 kw = "print"; … … 1181 1161 usage += "\n- i,k,val,real,imag,mod,phas,teta,phi,_nl"; 1182 1162 usage += "\n- FITS Binary/ASCII table: fits column names,_nl"; 1183 #ifdef SANS_EVOLPLANCK1184 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 #endif1188 1163 usage += "\n ------ Other parameters -------- "; 1189 1164 usage += "\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.