Changeset 2699
- Timestamp:
- 12/17/24 11:59:14 (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/trunk/src/attribute_map.cpp
r2633 r2699 240 240 this->setAttribute(el.first, el.second); 241 241 } 242 else if (currentAtt->isEmpty() && currentAtt->canInherite() && el.second->isEmpty() && !el.second->canInherite())243 {244 currentAtt->setCannotInherit() ; // propagate non-inheritance245 }242 //else if (currentAtt->isEmpty() && currentAtt->canInherite() && el.second->isEmpty() && !el.second->canInherite()) 243 //{ 244 // currentAtt->setCannotInherit() ; // propagate non-inheritance 245 //} 246 246 } 247 247 else currentAtt->setInheritedValue(*parentAtt);
Note: See TracChangeset
for help on using the changeset viewer.