Ignore:
Timestamp:
10/15/15 15:46:40 (9 years ago)
Author:
mhnguyen
Message:

Implement direct transformation with domain_ref and axis_ref

+) Add a new case in which transformations among fields can be done via domain_ref and axis_ref (not only grid_ref)
+) Fix a minor bug relating to baseFieldReference

Test
+) On Curie
+) all standard tests (client, complete) pass
+) test_remap pass and the results are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/declare_ref_func.hpp

    r540 r742  
    7979     sset.insert(refer_ptr);                                                       \ 
    8080  }                                                                                \ 
     81  baseRefObject = refer_ptr;                                                      \ 
     82  baseRefObject->addReference(this) ;               \ 
    8183                                                                                   \ 
    82   if (hasDirect##type##Reference()) baseRefObject->addReference(this) ;               \ 
     84 /* if (hasDirect##type##Reference()) baseRefObject->addReference(this) ;*/               \ 
    8385}                                                                                  \ 
    8486                                                                                   \ 
Note: See TracChangeset for help on using the changeset viewer.