Ignore:
Timestamp:
Oct 2, 2011, 10:46:06 PM (14 years ago)
Author:
cmv
Message:

write chat strign into bintable, cmv 02/10/2011

File:
1 edited

Legend:

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

    r4023 r4024  
    104104     {return addcol(label,tform,tunit,datatype);}
    105105
     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
    106110  void Write(int col,LONGLONG row,long nfirstel,int_1 val);
    107111  void Write(int col,LONGLONG row,long nfirstel,uint_1 val);
Note: See TracChangeset for help on using the changeset viewer.