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/grid.cpp

    r890 r895  
    16881688             << "Dimension of grid source " << transformGridSrc->getId() << " is " << transformGridSrc->axis_domain_order.numElements()); 
    16891689      } 
    1690       else 
    1691       { 
    1692 //        int ssize = axis_domain_order.numElements(); 
    1693 //        for (int i = 0; i < ssize; ++i) 
    1694 //          if (axis_domain_order(i) != (transformGridSrc->axis_domain_order)(i)) 
    1695 //            ERROR("CGrid::completeGrid(CGrid* transformGridSrc)", 
    1696 //                  << "Grids " << this->getId() << " and " << transformGridSrc->getId() 
    1697 //                  << " don't have elements in the same order"); 
    1698       } 
    16991690    } 
    17001691 
Note: See TracChangeset for help on using the changeset viewer.