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

    r893 r895  
    8383   } 
    8484 
    85    
     85 
    8686   const std::vector<int>& CDomain::getIndexesToWrite(void) const 
    8787   { 
     
    215215      this->relFiles.insert(filename); 
    216216   } 
    217    
     217 
    218218   void CDomain::addRelFileCompressed(const StdString& filename) 
    219219   { 
     
    20062006    TransMapTypes::const_iterator itb = transformationMap_.begin(), it, 
    20072007                                  ite = transformationMap_.end(); 
    2008     for (it = itb; it != ite; ++it) 
    2009     { 
    2010       (it->second)->checkValid(this); 
    2011     } 
     2008//    for (it = itb; it != ite; ++it) 
     2009//    { 
     2010//      (it->second)->checkValid(this); 
     2011//    } 
    20122012  } 
    20132013 
Note: See TracChangeset for help on using the changeset viewer.