Changeset 2174 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.h
- Timestamp:
- Aug 9, 2002, 10:46:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r2173 r2174 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 void Write(int col,long row,uint_1 val); 49 49 void Write(int col,long row,int_2 val); 50 50 void Write(int col,long row,uint_2 val);
Note:
See TracChangeset
for help on using the changeset viewer.