Changeset 2699


Ignore:
Timestamp:
12/17/24 11:59:14 (7 weeks ago)
Author:
jderouillat
Message:

Revert temporarily 2633 (about misfunction of _reset_ for attributes when using field_ref), for now too many side effects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/attribute_map.cpp

    r2633 r2699  
    240240                    this->setAttribute(el.first, el.second); 
    241241                 } 
    242                  else if (currentAtt->isEmpty() && currentAtt->canInherite() && el.second->isEmpty() && !el.second->canInherite()) 
    243                  { 
    244                     currentAtt->setCannotInherit() ; // propagate non-inheritance 
    245                  } 
     242                 //else if (currentAtt->isEmpty() && currentAtt->canInherite() && el.second->isEmpty() && !el.second->canInherite()) 
     243                 //{ 
     244                 //   currentAtt->setCannotInherit() ; // propagate non-inheritance 
     245                 //} 
    246246               } 
    247247               else currentAtt->setInheritedValue(*parentAtt); 
Note: See TracChangeset for help on using the changeset viewer.