Changeset 2396 in Sophya for trunk/ArchTOIPipe/Kernel
- Timestamp:
- Jun 4, 2003, 4:08:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/piotoirdr.cc
r2392 r2396 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: piotoirdr.cc,v 1. 7 2003-05-28 21:03:19aubourg Exp $5 // $Id: piotoirdr.cc,v 1.8 2003-06-04 14:08:01 aubourg Exp $ 6 6 7 7 #include "piotoirdr.h" … … 10 10 extern void fits_unlock(); 11 11 12 char** environ; // For darwin dylibs with piolib12 //char** environ; // For darwin dylibs with piolib 13 13 14 14 PIOTOIReader::PIOTOIReader(string grp, string obj, string flg) { … … 94 94 double* data; 95 95 uint_8* flags = NULL; 96 PIOBYTE* *pioflags = NULL;96 PIOBYTE* pioflags = NULL; 97 97 fits_lock(); 98 98 PIOLONG n = PIOReadTOI((void**) &data, … … 102 102 pioGroup); 103 103 if (flagdef != "") { 104 PIOLONG nf = PIOReadFLGObjectMask( pioflags,104 PIOLONG nf = PIOReadFLGObjectMask(&pioflags, 105 105 const_cast<char*>(flagdef.c_str()), 106 106 command,
Note:
See TracChangeset
for help on using the changeset viewer.