Changeset 2173 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.h
- Timestamp:
- Aug 9, 2002, 6:47:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r2170 r2173 46 46 inline void SetDebug(int lp=0) {DbgLevel = (unsigned short) lp;} 47 47 48 void Write(int col,long row,int_1 val); 48 49 void Write(int col,long row,int_2 val); 49 50 void Write(int col,long row,uint_2 val); 50 51 void Write(int col,long row,int_4 val); 52 void Write(int col,long row,uint_4 val); 51 53 void Write(int col,long row,int_8 val); 52 54 void Write(int col,long row,float val);
Note:
See TracChangeset
for help on using the changeset viewer.