Ignore:
Timestamp:
06/09/16 11:33:19 (8 years ago)
Author:
mhnguyen
Message:

Various clean up

+) Remove some redundant codes

Test
+) On Curie
+) tests pass

File:
1 edited

Legend:

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

    r862 r867  
    274274        transPosition_[idx].resize(1); 
    275275        transPosition_[idx][0] = (dom->i_index)(idx) + niGlobDom * (dom->j_index)(idx); 
    276 //        transPosition_[idx][0] = (dom->i_index)(idx); 
    277 //        transPosition_[idx][1] = (dom->j_index)(idx); 
    278276      } 
    279277    } 
Note: See TracChangeset for help on using the changeset viewer.