Changeset 2396 in Sophya for trunk/ArchTOIPipe/Kernel


Ignore:
Timestamp:
Jun 4, 2003, 4:08:01 PM (22 years ago)
Author:
aubourg
Message:

pio

File:
1 edited

Legend:

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

    r2392 r2396  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: piotoirdr.cc,v 1.7 2003-05-28 21:03:19 aubourg Exp $
     5// $Id: piotoirdr.cc,v 1.8 2003-06-04 14:08:01 aubourg Exp $
    66
    77#include "piotoirdr.h"
     
    1010extern void fits_unlock();
    1111
    12 char** environ; // For darwin dylibs with piolib
     12//char** environ; // For darwin dylibs with piolib
    1313
    1414PIOTOIReader::PIOTOIReader(string grp, string obj, string flg) {
     
    9494    double* data;
    9595    uint_8*   flags = NULL;
    96     PIOBYTE**  pioflags = NULL;
     96    PIOBYTE*  pioflags = NULL;
    9797    fits_lock();
    9898    PIOLONG n = PIOReadTOI((void**) &data,
     
    102102                           pioGroup);
    103103    if (flagdef != "") {
    104       PIOLONG nf = PIOReadFLGObjectMask(pioflags,
     104      PIOLONG nf = PIOReadFLGObjectMask(&pioflags,
    105105                                       const_cast<char*>(flagdef.c_str()),
    106106                                       command,
Note: See TracChangeset for help on using the changeset viewer.