Ignore:
Timestamp:
Aug 9, 2002, 6:47:25 PM (23 years ago)
Author:
cmv
Message:

modifs cmv 9/8/02

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fabtwriter.h

    r2170 r2173  
    4646  inline void SetDebug(int lp=0) {DbgLevel = (unsigned short) lp;}
    4747
     48  void Write(int col,long row,int_1 val);
    4849  void Write(int col,long row,int_2 val);
    4950  void Write(int col,long row,uint_2 val);
    5051  void Write(int col,long row,int_4 val);
     52  void Write(int col,long row,uint_4 val);
    5153  void Write(int col,long row,int_8 val);
    5254  void Write(int col,long row,float val);
Note: See TracChangeset for help on using the changeset viewer.