source: XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_no_data_modification.cpp @ 2338

Last change on this file since 2338 was 2007, checked in by ymipsl, 3 years ago
  • fix some problem in transformation
  • implement new temporal splitting transformation

YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 219 bytes
Line 
1#include "grid_algorithm_no_data_modification.hpp"
2
3namespace xios
4{
5  void CGridAlgorithmNoDataModification::apply(const CArray<double,1>& dataIn, CArray<double,1>& dataOut)
6  {
7    dataOut.reference(dataIn) ;
8  }
9 
10}
Note: See TracBrowser for help on using the repository browser.