Changeset 4024 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.h
- Timestamp:
- Oct 2, 2011, 10:46:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.h
r4023 r4024 104 104 {return addcol(label,tform,tunit,datatype);} 105 105 106 void Write(int col,LONGLONG row,const char* val); 107 inline void Write(int col,LONGLONG row,string val) 108 {Write(col,row,val.c_str());} 109 106 110 void Write(int col,LONGLONG row,long nfirstel,int_1 val); 107 111 void Write(int col,LONGLONG row,long nfirstel,uint_1 val);
Note:
See TracChangeset
for help on using the changeset viewer.