- Timestamp:
- 05/26/16 17:58:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/transformation/domain_algorithm_interpolate.hpp
r827 r856 35 35 void computeRemap(); 36 36 void readRemapInfo(); 37 void exchangeRemapInfo( conststd::map<int,std::vector<std::pair<int,double> > >& interpMapValue);37 void exchangeRemapInfo(std::map<int,std::vector<std::pair<int,double> > >& interpMapValue); 38 38 private: 39 39 CInterpolateDomain* interpDomain_;
Note: See TracChangeset
for help on using the changeset viewer.