Ignore:
Timestamp:
Jun 5, 2003, 4:18:06 AM (22 years ago)
Author:
aubourg
Message:

securisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/piotoirdr.cc

    r2396 r2397  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: piotoirdr.cc,v 1.8 2003-06-04 14:08:01 aubourg Exp $
     5// $Id: piotoirdr.cc,v 1.9 2003-06-05 02:18:06 aubourg Exp $
    66
    77#include "piotoirdr.h"
     
    2727
    2828void PIOTOIReader::init() {
    29   //pioTOI = new PIOObjectTOI(object.c_str(), "r");
    3029  fits_lock();
    3130  pioGroup = PIOOpenTOI(const_cast<char*>(group.c_str()), "r");
     
    9291    char command[80];
    9392    sprintf(command, "Begin=%d; End=%d", snb, sne);
    94     double* data;
     93    double* data = NULL;
    9594    uint_8*   flags = NULL;
    9695    PIOBYTE*  pioflags = NULL;
     
    101100                           command,
    102101                           pioGroup);
     102    if ( n<0) {
     103      cout << " PIOReadTOI : " << n << endl;
     104      abort();
     105    }
    103106    if (flagdef != "") {
    104107      PIOLONG nf = PIOReadFLGObjectMask(&pioflags,
Note: See TracChangeset for help on using the changeset viewer.