Changeset 2385 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
May 20, 2003, 1:31:29 AM (22 years ago)
Author:
aubourg
Message:

rings

Location:
trunk/ArchTOIPipe/Kernel
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/Makefile.in

    r2382 r2385  
    6565           fitstoirdr.cc fitstoiwtr.cc asciitoiwtr.cc \
    6666           toisegment.cc toiseqbuff.cc cgt.cc \
    67            ring.cc \
     67           ring.cc ringpipe.cc ringprocessor.cc \
    6868           fitsringwtr.cc fitsringrdr.cc $(PIOFILES)
    6969
  • trunk/ArchTOIPipe/Kernel/toimanager.cc

    r2329 r2385  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toimanager.cc,v 1.20 2003-02-24 14:14:51 cecile Exp $
     5// $Id: toimanager.cc,v 1.21 2003-05-19 23:31:29 aubourg Exp $
    66
    77#include "toimanager.h"
     
    111111
    112112void TOIManager::setRequestedSample(int begin, int end) {
     113  cout << "TOIManager::setRequestedSample should not be called anymore" << endl;
     114  cout << " call same method one any toiprocessor" << endl;
     115  exit(-1);
    113116  reqBegin = begin;
    114117  reqEnd   = end;
Note: See TracChangeset for help on using the changeset viewer.