Ignore:
Timestamp:
11/16/15 16:21:45 (8 years ago)
Author:
rlacroix
Message:

Add a new field attribute grid_path to allow chaining spatial transformations.

Intermediate grids must be separated by comma and the source/destination grids must not be listed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/grid_transformation.hpp

    r687 r790  
    4545  const std::map<int, CArray<int,1> >& getLocalIndexToSendFromGridSource() const; 
    4646  const std::map<int, std::vector<std::vector<std::pair<int,double> > > >& getLocalIndexToReceiveOnGridDest() const; 
    47   CGrid* getGridSource() {return gridSource_; } 
     47  CGrid* getGridSource() { return originalGridSource_; } 
    4848  CGrid* getGridDestination() { return gridDestination_; } 
    4949  ListAlgoType getAlgoList() const {return listAlgos_; } 
Note: See TracChangeset for help on using the changeset viewer.