Ignore:
Timestamp:
10/21/11 19:01:35 (13 years ago)
Author:
ymipsl
Message:

reprise en main de la version de H. Ozdoba. Correction de différentes erreurs de conception et bug.
Version NEMO operationnel en client/server, interoperabilita avec OASIS, reconstition de fichiers via netcdf4/HDF5

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/common/src/xmlio/node/file.cpp

    r266 r286  
    6262      this->enabledFields = this->getAllFields(); 
    6363 
     64      std::cout<<"---> File :"<<this->name.getValue()<<std::endl ; 
    6465      for ( it = this->enabledFields.begin() ; it != this->enabledFields.end(); it++ ) 
    6566      { 
     
    8687         } 
    8788 
    88          // Le champ est finalement actif, on ajoute la référence au champ de base. 
     89         // Le champ est finalement actif, on y ajoute sa propre reference. 
     90         (*it)->refObject.push_back(*it); 
     91         // Le champ est finalement actif, on y ajoute la référence au champ de base. 
     92         std::cout<<"    Field Enabled : "<<(*it)->getId()<<std::endl ; 
    8993         (*it)->setRelFile(CObjectFactory::GetObject(this)); 
    9094         (*it)->baseRefObject->refObject.push_back(*it); 
     95         // A faire, ajouter les references intermediaires... 
    9196      } 
    9297 
     
    133138   } 
    134139 
     140   void CFile::close(void) 
     141   { 
     142     this->data_out->closeFile(); 
     143   } 
    135144   //---------------------------------------------------------------- 
    136145 
Note: See TracChangeset for help on using the changeset viewer.