Ignore:
Timestamp:
Jan 13, 2006, 7:26:40 PM (20 years ago)
Author:
ansari
Message:

Ajout methode FitsManager::ScanFile() et corrections diverses - Reza 13/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fiosinit.cc

    r2897 r2898  
    3232//   Enregistrement des classes FitsHandler
    3333//  FitsManager::RegisterHandler(new FitsArrayHandler<int_2> , "TArray<int_2>");
    34   cout << " ---- FitsIOServerInitiator / DEBUG ---- debut RegisterHandler " << endl;
     34  //DBG   cout << " ---- FitsIOServerInitiator / DEBUG ---- debut RegisterHandler " << endl;
    3535  FitsManager::RegisterHandler(new FitsArrayHandler<int_4> , 1, "TArray<int_4> ");
    3636  FitsManager::RegisterHandler(new FitsArrayHandler<r_4> , 1, "TArray<r_4>");
     
    5454  FitsManager::RegisterHandler(new FITS_LocalMap<int_4> , 0, "LocalMap<int_4>");
    5555
    56   cout << " ---- FitsIOServerInitiator / DEBUG ---- ListHandlers() : " << endl;
    57   FitsManager::ListHandlers();
     56  //DBG  cout << " ---- FitsIOServerInitiator / DEBUG ---- ListHandlers() : " << endl;
     57  //DBG  FitsManager::ListHandlers();
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.