Ignore:
Timestamp:
03/23/16 16:10:45 (8 years ago)
Author:
mhnguyen
Message:

Implementing dynamic interpolation on axis

+) Change grid transformation to make it more flexible
+) Make some small improvements

Test
+) On Curie
+) All test pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_generate_rectilinear.cpp

    r775 r827  
    3333  Compute the index mapping between domain on grid source and one on grid destination 
    3434*/ 
    35 void CDomainAlgorithmGenerateRectilinear::computeIndexSourceMapping() 
     35void CDomainAlgorithmGenerateRectilinear::computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs) 
    3636{ 
    3737 /* Nothing to do */ 
Note: See TracChangeset for help on using the changeset viewer.