Ignore:
Timestamp:
11/12/15 16:33:25 (8 years ago)
Author:
mhnguyen
Message:

Generating interface for transformations

+) Update Fortran interface for other transformations
+) Remove some redundant files
+) Update test to new interface

Test
+) On Curie
+) test_client and test_complete are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/axis.cpp

    r784 r786  
    920920          tmp->parse(node); 
    921921          transformationMap_.push_back(std::make_pair(TRANS_INVERSE_AXIS,tmp)); 
    922         } else if (node.getElementName() == zoom) { 
    923           CZoomAxis* tmp = (CZoomAxisGroup::get(zoomAxisDefRoot))->createChild(); 
     922        } 
     923        else if (node.getElementName() == zoom) { 
     924          CZoomAxis* tmp = (CZoomAxisGroup::get(zoomAxisDefRoot))->createChild(nodeId); 
    924925          tmp->parse(node); 
    925926          transformationMap_.push_back(std::make_pair(TRANS_ZOOM_AXIS,tmp)); 
Note: See TracChangeset for help on using the changeset viewer.