Ignore:
Timestamp:
06/26/12 18:51:40 (12 years ago)
Author:
tbretz
Message:
Removed the obsolete data pointer argument from InitDataColumns
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.h

    r14233 r14238  
    22#define FACT_Fits
    33
    4 //#include <CCfits/CCfits>
    5 //#include <vector>
    6 
    74#include "Description.h"
    8 //#include "MessageImp.h"
    9 //#include "Time.h"
    105#include "FitsFile.h"
    116
     
    3833    vector<string> fDataFormats;
    3934
    40     ///the pointer to the contiguous memory location where the data is stored (i.e. the dim data pointer)
    41 //    void* fDataPointer;
    4235    ///the copy buffer. Required to put the standard and data variable in contguous memory
    4336    vector<char> fCopyBuffer;
     
    7972
    8073    ///Adds columns specific to the service being logged.
    81     void InitDataColumns(const vector<Description> &desc, const vector<string>& dataFormat, const void* dataPointer, MessageImp* out);
     74    void InitDataColumns(const vector<Description> &desc, const vector<string>& dataFormat, MessageImp* out);
    8275
    8376    ///Opens a FITS file
Note: See TracChangeset for help on using the changeset viewer.