Ignore:
Timestamp:
03/13/15 08:38:42 (9 years ago)
Author:
rlacroix
Message:

Convert parse_xml.cpp to Fortran to ease compiling with PGI compilers.

Previously linking would fail because a special compiler switch is required when linking a CPP code with a Fortran library using PGI. To avoid having to handle that special case, switch to Fortran.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-1.0/src/interface/c/icdata.cpp

    r501 r573  
    3939 
    4040   // -------------------- Traitement des données ------------------------------ 
     41 
     42   // This function is not exported to the public Fortran interface, 
     43   // it is only used from the parse_xml.exe standalone test tool. 
     44   void cxios_init(void) 
     45   { 
     46     CXios::initialize(); 
     47   } 
     48 
    4149   void cxios_init_server(void) 
    4250   { 
Note: See TracChangeset for help on using the changeset viewer.