Ignore:
Timestamp:
Apr 1, 2003, 3:27:48 PM (22 years ago)
Author:
aubourg
Message:

correction plein de betises dans ring2cout

File:
1 edited

Legend:

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

    r2332 r2359  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: piotoirdr.cc,v 1.2 2003-03-09 23:20:30 aubourg Exp $
     5// $Id: piotoirdr.cc,v 1.3 2003-04-01 13:27:48 aubourg Exp $
    66
    77#include "piotoirdr.h"
     
    2727  //pioTOI = new PIOObjectTOI(object.c_str(), "r");
    2828  fits_lock();
    29   pioGroup = PIOOpenTOI(const_cast<char*>(object.c_str()), "r");
     29  pioGroup = PIOOpenTOI(const_cast<char*>(group.c_str()), "r");
    3030  fits_unlock();
    3131  readBounds();
Note: See TracChangeset for help on using the changeset viewer.