Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.h
r2201 r3572 6 6 #include "dvlist.h" 7 7 #include "fitsfile.h" 8 //#include "xntuple.h"9 8 10 9 namespace SOPHYA { … … 66 65 67 66 public: 68 FITS_BntblLineWriter(c har inputfile[],int dc, int fc, int ic, int lc, int bc,int cc, vector<string> names, DVList* dvl=NULL, FitsFile::WriteMode wrm = FitsFile::clear);67 FITS_BntblLineWriter(const char inputfile[],int dc, int fc, int ic, int lc, int bc,int cc, vector<string> names, DVList* dvl=NULL, FitsFile::WriteMode wrm = FitsFile::clear); 69 68 ~FITS_BntblLineWriter(); 70 69 void WriteNextLine( BnTblLine& WorkLine);
Note:
See TracChangeset
for help on using the changeset viewer.