Ignore:
Timestamp:
09/08/10 15:02:31 (14 years ago)
Author:
hozdoba
Message:

Mise à jour intermédiaire ...
A venir : commit d'une version stable intégrant l'écriture de fichiers NetCDF4.
(en cours de finalisation actuellement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/logger.hpp

    r115 r120  
    4848         } 
    4949 
    50  
    5150         static void ShowBTrace(std::ostream& out = std::clog) 
    5251         { 
     
    9493 
    9594   // Initialisation de la classe de Logging 
    96    static ILogger LOGGER; 
     95   ILogger LOGGER; 
    9796 
    9897   ///////////////////////////////////////////////////////////////////// 
    99    static unsigned int Indent = 0; 
    100    static const char*  Increm = "   "; 
     98   unsigned int Indent = 0; 
     99   const char*  Increm = "   "; 
    101100 
    102101   std::ostream& NIndent(std::ostream& out) 
Note: See TracChangeset for help on using the changeset viewer.