Changeset 310 for XIOS/trunk/src/node/field.cpp
- Timestamp:
- 02/14/12 13:52:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r300 r310 285 285 bool CField::hasDirectFieldReference(void) const 286 286 { 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 } 290 294 //---------------------------------------------------------------- 291 295
Note: See TracChangeset
for help on using the changeset viewer.