Ignore:
Timestamp:
Oct 13, 2003, 10:48:37 PM (22 years ago)
Author:
aubourg
Message:

pb long/int

File:
1 edited

Legend:

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

    r2393 r2448  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimanager.cc,v 1.23 2003-05-28 21:03:53 aubourg Exp $
     5// $Id: toimanager.cc,v 1.24 2003-10-13 20:48:37 aubourg Exp $
    66
    77#include "toimanager.h"
     
    1111#include <unistd.h>
    1212#include <map>
     13
     14//#ifndef NOCFITSIO
     15#include "fitstoiwtr.h"
     16//#endif
    1317
    1418#ifndef MAXINT
     
    139143// fin ajout vf
    140144
    141 void TOIManager::setRequestedSample(int begin, int end) {
     145void TOIManager::setRequestedSample(long begin, long end) {
    142146  cout << "TOIManager::setRequestedSample should not be called anymore" << endl;
    143147  cout << " call same method one any toiprocessor" << endl;
     
    229233
    230234  if (withFlag) { // Si c'est un FITSTOIWriter
     235    //#ifndef NOCFITSIO
    231236    FITSTOIWriter* ftw = dynamic_cast< FITSTOIWriter* >(&prin);
    232237    if (ftw) ftw->addInput(in, toi, withFlag);
    233238    else prin.addInput(in, toi);
     239    //#else
     240    //    prin.addInput(in, toi);
     241    //#endif
    234242  }
    235243  else prin.addInput(in, toi);
Note: See TracChangeset for help on using the changeset viewer.