Changeset 1221 in Sophya for trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.h
- Timestamp:
- Oct 5, 2000, 2:40:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.h
r1219 r1221 61 61 62 62 public: 63 FITS_BntblLineWriter(char inputfile[],int dc, int fc, int ic, int cc, vector<string> names, DVList & dvl, WriteMode wrm = clear);63 FITS_BntblLineWriter(char inputfile[],int dc, int fc, int ic, int cc, vector<string> names, DVList* dvl=NULL, WriteMode wrm = clear); 64 64 ~FITS_BntblLineWriter(); 65 65 void WriteNextLine( BnTblLine& WorkLine);
Note:
See TracChangeset
for help on using the changeset viewer.