Ignore:
Timestamp:
07/05/16 15:59:16 (8 years ago)
Author:
mhnguyen
Message:

Correcting a bug in transformation_selector

+) Make sure transformation selector chose a correct transformation
+) Correct a bug of updating transformation value

Test
+) On Curie
+) All test pass

File:
1 edited

Legend:

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

    r887 r889  
    1414namespace xios { 
    1515CGridGenerate::CGridGenerate(CGrid* destination, CGrid* source) 
    16   : CGridTransformationSelector(destination, source) 
     16  : CGridTransformationSelector(destination, source, special) 
    1717{ 
    1818} 
Note: See TracChangeset for help on using the changeset viewer.