Ignore:
Timestamp:
10/21/16 13:40:33 (8 years ago)
Author:
mhnguyen
Message:

Correcting various bugs relating to transformation

+) Fix the order of transformation selection
+) Correct domain transformation selection
+) Reorganize test_remap

Test
+) On Curie
+) All tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.cpp

    r944 r978  
    2929 
    3030  CComputeConnectivityDomain* compute_connectivityDomain = dynamic_cast<CComputeConnectivityDomain*> (transformation); 
    31   int domainDstIndex = elementPositionInGridDst2AxisPosition[elementPositionInGrid]; 
    32   int domainSrcIndex = elementPositionInGridSrc2AxisPosition[elementPositionInGrid]; 
     31  int domainDstIndex = elementPositionInGridDst2DomainPosition[elementPositionInGrid]; 
     32  int domainSrcIndex = elementPositionInGridSrc2DomainPosition[elementPositionInGrid]; 
    3333 
    3434  return (new CDomainAlgorithmComputeConnectivity(domainListDestP[domainDstIndex], domainListSrcP[domainSrcIndex], compute_connectivityDomain)); 
Note: See TracChangeset for help on using the changeset viewer.