Changeset 2086 in Sophya
- Timestamp:
- Jul 8, 2002, 3:51:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/toimerge.cc
r2079 r2086 137 137 138 138 // ------------------- Impression continu de stat ------------------------ 139 //if(lp>1) { 140 // ProcSampleCounter<FITSTOIWriter> stats(wfits); 141 // stats.InfoMessage() = "toimerge/Info"; 142 // stats.PrintStats(); 143 //} 139 if(lp>1) { 140 sleep(3); // Il faut attendre que le FitsWriter ait demarre 141 ProcSampleCounter<FITSTOIWriter> stats(wfits); 142 stats.InfoMessage() = "toimerge/Info"; 143 stats.PrintStats(); 144 } 144 145 // ----------------------------------------------------------------------- 145 146 … … 159 160 cout<<"\ntoimerge: Catched std::exception \n" 160 161 <<(string)typeid(sex).name()<<endl; 161 } catch (...) {162 163 }162 } //catch (...) { 163 //cout<<"\ntoimerge: some other exception was caught ! "<<endl; 164 //} 164 165 //-------------------------------------------------------------------- 165 166
Note:
See TracChangeset
for help on using the changeset viewer.