Changeset 1646 in Sophya for trunk/SophyaExt


Ignore:
Timestamp:
Aug 29, 2001, 3:28:29 PM (24 years ago)
Author:
cmv
Message:

fitsioserver.h + module XAstroPack ds cxxexec cmv 29/08/01

Location:
trunk/SophyaExt/FitsIOServer
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fbtntintf.cc

    r1511 r1646  
    221221     row1 = n+1;
    222222     row2 = row1+BuffLen-1; if(row2>NBline) row2 = NBline;
    223    } else if(BuffSens<0) { // Cas remplissage forward
     223   } else if(BuffSens<0) { // Cas remplissage backward
    224224     row2 = n+1;
    225225     row1 = row2-BuffLen+1; if(row1<1) row1 = 1;
  • trunk/SophyaExt/FitsIOServer/fbtntintf.h

    r1507 r1646  
    1818class FitsBTNtuIntf : public AnyDataObj, public NTupleInterface {
    1919public:
    20   FitsBTNtuIntf(string fname,int ihdu=0,int_4 blen=100,int_4 bsens=1,uint_2 lp=0); 
    21   FitsBTNtuIntf(char *cfname,int ihdu=0,int_4 blen=100,int_4 bsens=1,uint_2 lp=0); 
     20  FitsBTNtuIntf(string fname,int ihdu=0,int_4 blen=100,int_4 bsens=1,uint_2 lp=0);
     21  FitsBTNtuIntf(char *cfname,int ihdu=0,int_4 blen=100,int_4 bsens=1,uint_2 lp=0);
    2222  FitsBTNtuIntf(FitsBTNtuIntf& fbtnt);
    23   FitsBTNtuIntf(); 
     23  FitsBTNtuIntf();
    2424  virtual ~FitsBTNtuIntf();
    2525
Note: See TracChangeset for help on using the changeset viewer.