- Timestamp:
- 09/13/17 16:14:26 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/transformation/domain_algorithm_interpolate.hpp
r1173 r1264 31 31 virtual ~CDomainAlgorithmInterpolate() {} 32 32 33 virtual void apply(const std::vector<std::pair<int,double> >& localIndex, 34 const double* dataInput, 35 CArray<double,1>& dataOut, 36 std::vector<bool>& flagInitial, 37 bool ignoreMissingValue, bool firstPass); 38 virtual void updateData(CArray<double,1>& dataOut); 39 33 40 static bool registerTrans(); 34 41 protected: … … 47 54 48 55 private: 56 CArray<double,1> renormalizationFactor ; 57 bool detectMissingValue ; 58 bool renormalize ; 59 bool quantity ; 60 49 61 CInterpolateDomain* interpDomain_; 50 62 bool writeToFile_;
Note: See TracChangeset
for help on using the changeset viewer.