Ignore:
Timestamp:
05/26/16 17:58:38 (8 years ago)
Author:
mhnguyen
Message:

Fixing other compilation errors with PGI

+) Change some variable for passing PGI (strict) check

Test
+) On Curie with PGI
+) Library compiled.

File:
1 edited

Legend:

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

    r827 r856  
    3535  void computeRemap(); 
    3636  void readRemapInfo(); 
    37   void exchangeRemapInfo(const std::map<int,std::vector<std::pair<int,double> > >& interpMapValue); 
     37  void exchangeRemapInfo(std::map<int,std::vector<std::pair<int,double> > >& interpMapValue); 
    3838private: 
    3939  CInterpolateDomain* interpDomain_; 
Note: See TracChangeset for help on using the changeset viewer.