Changeset 2898 in Sophya for trunk/SophyaExt/FitsIOServer/fiosinit.cc
- Timestamp:
- Jan 13, 2006, 7:26:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fiosinit.cc
r2897 r2898 32 32 // Enregistrement des classes FitsHandler 33 33 // FitsManager::RegisterHandler(new FitsArrayHandler<int_2> , "TArray<int_2>"); 34 cout << " ---- FitsIOServerInitiator / DEBUG ---- debut RegisterHandler " << endl;34 //DBG cout << " ---- FitsIOServerInitiator / DEBUG ---- debut RegisterHandler " << endl; 35 35 FitsManager::RegisterHandler(new FitsArrayHandler<int_4> , 1, "TArray<int_4> "); 36 36 FitsManager::RegisterHandler(new FitsArrayHandler<r_4> , 1, "TArray<r_4>"); … … 54 54 FitsManager::RegisterHandler(new FITS_LocalMap<int_4> , 0, "LocalMap<int_4>"); 55 55 56 cout << " ---- FitsIOServerInitiator / DEBUG ---- ListHandlers() : " << endl;57 FitsManager::ListHandlers();56 //DBG cout << " ---- FitsIOServerInitiator / DEBUG ---- ListHandlers() : " << endl; 57 //DBG FitsManager::ListHandlers(); 58 58 } 59 59
Note:
See TracChangeset
for help on using the changeset viewer.