Ignore:
Timestamp:
11/24/16 13:24:17 (7 years ago)
Author:
mhnguyen
Message:

Correcting the behavior of arithmetic expression in a field which has no reference to another field (no field_ref).
The order of filter chaining is mentioned in r998

Test
+) On Curie
+) Work

File:
1 edited

Legend:

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

    r988 r1003  
    281281 
    282282       if (this->isChecked) return; 
     283 
    283284       if (context->hasClient) 
    284285       { 
     
    286287       } 
    287288 
    288        this->isChecked = true; 
     289       if (!(this->hasTransform() && !this->isTransformed())) 
     290        this->isChecked = true; 
    289291       return; 
    290292     } 
     
    301303        this->computeIndex(); 
    302304     } 
    303      this->isChecked = true; 
     305 
     306     if (!(this->hasTransform() && !this->isTransformed()))  
     307      this->isChecked = true; 
    304308   } 
    305309 
Note: See TracChangeset for help on using the changeset viewer.