Ignore:
Timestamp:
09/22/16 10:58:44 (8 years ago)
Author:
mhnguyen
Message:

Adding new transformation: Compute_connectivity_domain

Test
+) On Curie
+) Test passes

File:
1 edited

Legend:

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

    r933 r934  
    1818{ 
    1919  if (0 == source) 
    20   {  gridSource_ = gridDestination_; isSameGrid_ = true; } 
     20  {  gridSource_ = gridDestination_; } 
     21  if (gridSource_ == gridDestination_) isSameGrid_ = true; 
    2122 
    2223  //Verify the compatibity between two grids 
     
    321322 
    322323  //! Domain 
    323 //  CDomainAlgorithmComputeConnectivity::registerTrans(); 
     324  CDomainAlgorithmComputeConnectivity::registerTrans(); 
    324325  CDomainAlgorithmInterpolate::registerTrans(); 
    325326  CDomainAlgorithmZoom::registerTrans(); 
Note: See TracChangeset for help on using the changeset viewer.