source: XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp @ 2007

Last change on this file since 2007 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: 330 bytes
Line 
1#include "grid_algorithm.hpp"
2#include "generic_algorithm_transformation.hpp"
3
4namespace xios
5{
6
7  CTransformFilter* CGridAlgorithm::createTransformFilter(CGarbageCollector& gc, bool detectMissingValues, double defaultValue)
8  { 
9    return algorithm_->createTransformFilter(gc, this, detectMissingValues, defaultValue) ;
10  }
11
12
13}
Note: See TracBrowser for help on using the repository browser.