Changeset 2448 in Sophya for trunk/ArchTOIPipe/Kernel/toimanager.cc
- Timestamp:
- Oct 13, 2003, 10:48:37 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/toimanager.cc
r2393 r2448 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toimanager.cc,v 1.2 3 2003-05-28 21:03:53aubourg Exp $5 // $Id: toimanager.cc,v 1.24 2003-10-13 20:48:37 aubourg Exp $ 6 6 7 7 #include "toimanager.h" … … 11 11 #include <unistd.h> 12 12 #include <map> 13 14 //#ifndef NOCFITSIO 15 #include "fitstoiwtr.h" 16 //#endif 13 17 14 18 #ifndef MAXINT … … 139 143 // fin ajout vf 140 144 141 void TOIManager::setRequestedSample( int begin, intend) {145 void TOIManager::setRequestedSample(long begin, long end) { 142 146 cout << "TOIManager::setRequestedSample should not be called anymore" << endl; 143 147 cout << " call same method one any toiprocessor" << endl; … … 229 233 230 234 if (withFlag) { // Si c'est un FITSTOIWriter 235 //#ifndef NOCFITSIO 231 236 FITSTOIWriter* ftw = dynamic_cast< FITSTOIWriter* >(&prin); 232 237 if (ftw) ftw->addInput(in, toi, withFlag); 233 238 else prin.addInput(in, toi); 239 //#else 240 // prin.addInput(in, toi); 241 //#endif 234 242 } 235 243 else prin.addInput(in, toi);
Note:
See TracChangeset
for help on using the changeset viewer.