Changeset 2169 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.h
- Timestamp:
- Aug 8, 2002, 7:48:02 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r1814 r2169 48 48 void Write(int col,long row,short val); 49 49 void Write(int col,long row,int_4 val); 50 void Write(int col,long row,int_8 val); 50 51 void Write(int col,long row,float val); 51 52 void Write(int col,long row,double val); 52 53 long Write(int col,long row,TVector<int_4>& val); 54 long Write(int col,long row,TVector<int_8>& val); 53 55 long Write(int col,long row,TVector<float>& val); 54 56 long Write(int col,long row,TVector<double>& val);
Note:
See TracChangeset
for help on using the changeset viewer.