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/domain.cpp

    r953 r968  
    21052105                                                                                                                &node))); 
    21062106        } 
     2107        else 
     2108        { 
     2109          ERROR("void CDomain::parse(xml::CXMLNode & node)", 
     2110                << "The transformation " << nodeElementName << " has not been supported yet."); 
     2111        } 
    21072112      } while (node.goToNextElement()) ; 
    21082113      node.goToParentElement(); 
Note: See TracChangeset for help on using the changeset viewer.