Changeset 2197 in Sophya for trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.cc
- Timestamp:
- Sep 24, 2002, 4:03:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.cc
r1359 r2197 16 16 } 17 17 18 FITS_BntblLineReader::FITS_BntblLineReader(c har inputfile[],int hdunum)18 FITS_BntblLineReader::FITS_BntblLineReader(const char inputfile[],int hdunum) 19 19 20 20 { … … 134 134 for (k=0; k<ic;k++) 135 135 { 136 types+=' I';136 types+='J'; 137 137 } 138 138 for (k=0; k<lc;k++)
Note:
See TracChangeset
for help on using the changeset viewer.