Changeset 2385 in Sophya for trunk/ArchTOIPipe
- Timestamp:
- May 20, 2003, 1:31:29 AM (22 years ago)
- Location:
- trunk/ArchTOIPipe/Kernel
- Files:
-
- 7 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r2382 r2385 65 65 fitstoirdr.cc fitstoiwtr.cc asciitoiwtr.cc \ 66 66 toisegment.cc toiseqbuff.cc cgt.cc \ 67 ring.cc \67 ring.cc ringpipe.cc ringprocessor.cc \ 68 68 fitsringwtr.cc fitsringrdr.cc $(PIOFILES) 69 69 -
trunk/ArchTOIPipe/Kernel/toimanager.cc
r2329 r2385 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toimanager.cc,v 1.2 0 2003-02-24 14:14:51 cecileExp $5 // $Id: toimanager.cc,v 1.21 2003-05-19 23:31:29 aubourg Exp $ 6 6 7 7 #include "toimanager.h" … … 111 111 112 112 void 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); 113 116 reqBegin = begin; 114 117 reqEnd = end;
Note:
See TracChangeset
for help on using the changeset viewer.