source: XIOS/dev/XIOS_DEV_CMIP6/src/transformation/grid_transformation_factory_decl.cpp @ 1620

Last change on this file since 1620 was 933, checked in by mhnguyen, 8 years ago

Improving transformation selection. Instead of modifying directly grid_transformation
we only need to register a new transformation with the framework

+) Update all transformations with this new method

Test
+) On Curie
+) Basic tests pass

  • Property svn:executable set to *
File size: 441 bytes
Line 
1/*!
2   \file grid_transformation.cpp
3   \author Ha NGUYEN
4   \since 14 May 2015
5   \date 02 Jul 2015
6
7   \brief Interface for all transformations.
8 */
9#include "grid_transformation_factory_impl.hpp"
10#include "scalar.hpp"
11#include "axis.hpp"
12#include "domain.hpp"
13
14namespace xios
15{
16
17template class CGridTransformationFactory<CScalar>;
18template class CGridTransformationFactory<CAxis>;
19template class CGridTransformationFactory<CDomain>;
20
21}
22
23
Note: See TracBrowser for help on using the repository browser.