Ignore:
Timestamp:
09/20/10 17:30:34 (14 years ago)
Author:
hozdoba
Message:

Plusieurs modifications en attendant une version propre et stable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/XMLIO/c_interface.cpp

    r120 r122  
    1212   try 
    1313   { 
    14       string file("/local/XMLIOSERVER_DEV/dev_rv/test/iodef_test.xml"); 
     14      //string file("/local/XMLIOSERVER_DEV/dev_rv/test/iodef_test.xml"); 
    1515      //string file("/local/XMLIOSERVER_DEV/dev_rv/iodef_test.xml"); 
     16      string file("/local/XMLIOSERVER_DEV/dev_rv/test/iodef_simple_test.xml"); 
    1617 
    1718      ifstream istr( file.c_str() , ifstream::in ); 
     
    2829      Context::SetCurrentContext("context1") ; 
    2930 
     31      std::cout << " * ----------- <<<TOP>>> Début du traitement ----------- * " << std::endl; 
    3032      // On crée une instance de traitement de données dans le format NetCDF4. 
    3133      AbstractDataTreatment *dtreat = new NetCDF4DataTreatment(Context::GetObject("context1")); 
    3234 
    3335      // Affichage de la liste des fichiers à sortir (par id). 
    34       dtreat->printEnabledFilesId(); 
     36      //dtreat->printEnabledFilesId(); 
     37 
     38      NetCDF4DataOutput dop(CFile::GetObject("fichier1")); 
     39      dop.createFileAndHeader(); 
    3540 
    3641      // On écrit l'arborescence résultante du traitement sur la sortie. 
Note: See TracChangeset for help on using the changeset viewer.