Ignore:
Timestamp:
02/14/12 13:52:39 (12 years ago)
Author:
ymipsl
Message:

Add xios_field_is_active functionnality

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r300 r310  
    285285   bool CField::hasDirectFieldReference(void) const 
    286286   {  
    287       return (!this->field_ref.isEmpty());  
    288    } 
    289     
     287     return (!this->field_ref.isEmpty());  
     288   } 
     289    
     290   bool CField::isActive(void) const 
     291   {  
     292      return (!this->refObject.empty());  
     293   } 
    290294   //---------------------------------------------------------------- 
    291295    
Note: See TracChangeset for help on using the changeset viewer.