Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

Location:
XIOS/trunk/src/transformation
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_inverse.hpp

    r623 r624  
     1/*! 
     2   \file axis_algorithm_inverse.hpp 
     3   \author Ha NGUYEN 
     4   \since 14 May 2015 
     5   \date 09 June 2015 
     6 
     7   \brief Algorithm for inversing an axis.. 
     8 */ 
    19#ifndef __XIOS_AXIS_ALGORITHM_INVERSE_HPP__ 
    210#define __XIOS_AXIS_ALGORITHM_INVERSE_HPP__ 
     
    614 
    715namespace xios { 
    8  
     16/*! 
     17  \class CAxisAlgorithmInverse 
     18  Inversing an axis 
     19*/ 
    920class CAxisAlgorithmInverse : public CAxisAlgorithmTransformation 
    1021{ 
Note: See TracChangeset for help on using the changeset viewer.