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/generic_algorithm_transformation.cpp

    r623 r624  
     1/*! 
     2   \file generic_algorithm_transformation.hpp 
     3   \author Ha NGUYEN 
     4   \since 14 May 2015 
     5   \date 09 June 2015 
     6 
     7   \brief Interface for all transformation algorithms. 
     8 */ 
    19#include "generic_algorithm_transformation.hpp" 
    210 
     
    2634                                                   iteTransMap = transformationMapping_.end(); 
    2735  std::vector<int>::const_iterator itbVec, itVec, iteVec; 
    28   std::vector<CArray<size_t,1> > globalIndexSrcGrid((itTransMap->second).size()); 
     36  std::vector<CArray<size_t,1> > globalIndexSrcGrid; //((itTransMap->second).size()); 
    2937  CArray<size_t,1> globalIndexDestGrid; 
    30  
    3138  for (itTransMap = itbTransMap; itTransMap != iteTransMap; ++itTransMap) 
    3239  { 
     40 
    3341    this->computeGlobalIndexFromGlobalIndexElement(itTransMap->first, 
    3442                                                   itTransMap->second, 
Note: See TracChangeset for help on using the changeset viewer.