Ignore:
Timestamp:
10/13/16 15:48:36 (8 years ago)
Author:
mhnguyen
Message:

Improvements: Tighten checking transformation type in xml

+) A not-supported transformation will cause error message

Test
+) On Curie
+) OK

File:
1 edited

Legend:

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

    r964 r968  
    10021002                                                                                                               &node))); 
    10031003        } 
     1004        else 
     1005        { 
     1006          ERROR("void CAxis::parse(xml::CXMLNode & node)", 
     1007                << "The transformation " << nodeElementName << " has not been supported yet."); 
     1008        } 
    10041009      } while (node.goToNextElement()) ; 
    10051010      node.goToParentElement(); 
Note: See TracChangeset for help on using the changeset viewer.