Ignore:
Timestamp:
07/11/16 17:36:01 (8 years ago)
Author:
mhnguyen
Message:

Adding a new transformation: Reduce a domain to an axis

Test
+) On Curie
+) Tests pass and are correct

File:
1 edited

Legend:

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

    r836 r895  
    4949     m["interpolate_axis"] = TRANS_INTERPOLATE_AXIS; 
    5050     m["inverse_axis"] = TRANS_INVERSE_AXIS; 
     51     m["reduce_domain"] = TRANS_REDUCE_DOMAIN_TO_AXIS; 
     52     m["extract_domain"] = TRANS_EXTRACT_DOMAIN_TO_AXIS; 
    5153   } 
    5254 
     
    922924    TransMapTypes::const_iterator itb = transformationMap_.begin(), it, 
    923925                                  ite = transformationMap_.end(); 
    924     for (it = itb; it != ite; ++it) 
    925     { 
    926       (it->second)->checkValid(this); 
    927     } 
     926//    for (it = itb; it != ite; ++it) 
     927//    { 
     928//      (it->second)->checkValid(this); 
     929//    } 
    928930  } 
    929931 
Note: See TracChangeset for help on using the changeset viewer.