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

Last change on this file since 2141 was 2016, checked in by ymipsl, 3 years ago

Transformation : fix problem xhen chaining transformation that generate the element (for now only generate_rectilinear_domain)
YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 445 bytes
RevLine 
[1999]1#include "grid_algorithm.hpp"
[2007]2#include "generic_algorithm_transformation.hpp"
[1999]3
4namespace xios
5{
6
[2007]7  CTransformFilter* CGridAlgorithm::createTransformFilter(CGarbageCollector& gc, bool detectMissingValues, double defaultValue)
8  { 
9    return algorithm_->createTransformFilter(gc, this, detectMissingValues, defaultValue) ;
[1999]10  }
11
[2016]12  bool CGridAlgorithm::isGenerateTranformation(void)
13  { 
14    return algorithm_->isGenerateTransformation() ;
15  } 
[1999]16}
Note: See TracBrowser for help on using the repository browser.