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/attribut_registrar.hpp

    r114 r120  
    4545            for(unsigned int i = 0; i < _lattr.getVectorSize(); i++) 
    4646            { 
    47                if(_lattr.getVector()[i]->_hasValue() or !_pattr.getVector()[i]->_hasValue()) continue; 
     47               if(_lattr.getVector()[i]->hasValue() or !_pattr.getVector()[i]->hasValue()) continue; 
    4848               _lattr.getVector()[i]->assignValue(_pattr.getVector()[i]); 
    4949            } 
Note: See TracChangeset for help on using the changeset viewer.