source: XIOS/trunk/src/test/parse_xml.cpp @ 462

Last change on this file since 462 was 462, checked in by ymipsl, 10 years ago

Enhancement :

  • Improving error message occuring along the xml parsing : position (line number, column) is now indicated
  • New executable : parse_xml.exe : parse the xml files and reports potential error

YM

  • Property svn:eol-style set to native
File size: 153 bytes
Line 
1#include "cxios.hpp"
2
3
4using namespace std ;
5using namespace xios ;
6
7int main (int argc, char ** argv, char ** UNUSED (env))
8{
9  CXios::initialize() ;
10}
Note: See TracBrowser for help on using the repository browser.