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

    r960 r968  
    154154                                                                                                                 &node))); 
    155155        } 
     156        else 
     157        { 
     158          ERROR("void CScalar::parse(xml::CXMLNode & node)", 
     159                << "The transformation " << nodeElementName << " has not been supported yet."); 
     160        } 
    156161      } while (node.goToNextElement()) ; 
    157162      node.goToParentElement(); 
Note: See TracChangeset for help on using the changeset viewer.