Changeset 3572 in Sophya for trunk/SophyaProg/PMixer/skymixer.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/skymixer.cc
r3051 r3572 958 958 // Cleaning the keywords 959 959 #define SZexlst 21 960 c har *exlst[SZexlst]=960 const char *exlst[SZexlst]= 961 961 {"SIMPLE","BITPIX" ,"NAXIS" ,"NAXIS#" ,"PCOUNT","GCOUNT", 962 962 "EXTEND","ORIGIN" ,"DATE*" ,"TFIELDS","TTYPE#","TFORM#", … … 994 994 // Cleaning the keywords 995 995 #define SZexlst 21 996 c har *exlst[SZexlst]=996 const char *exlst[SZexlst]= 997 997 {"SIMPLE","BITPIX" ,"NAXIS" ,"NAXIS#" ,"PCOUNT","GCOUNT", 998 998 "EXTEND","ORIGIN" ,"DATE*" ,"TFIELDS","TTYPE#","TFORM#", … … 1028 1028 void RadSpec2Nt(RadSpectra & rs, POutPersist & so, string name) 1029 1029 { 1030 c har *ntn[2] = {"nu","fnu"};1030 const char *ntn[2] = {"nu","fnu"}; 1031 1031 NTuple nt(2,ntn); // Creation NTuple (AVEC new ) 1032 1032 float xnt[2]; … … 1050 1050 void SpectralResponse2Nt(SpectralResponse& sr, POutPersist & so, string name) 1051 1051 { 1052 c har *ntn[2] = {"nu","tnu"};1052 const char *ntn[2] = {"nu","tnu"}; 1053 1053 NTuple nt(2,ntn); // Creation NTuple (AVEC new ) 1054 1054 float xnt[2];
Note:
See TracChangeset
for help on using the changeset viewer.