Ignore:
Timestamp:
02/11/14 13:29:57 (10 years ago)
Author:
aclsce
Message:

Modified to use Oasis-MCT coupler in coupled mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/interface/c/oasis_cinterface.hpp

    r382 r475  
    88 
    99  void fxios_oasis_init(const char* server_id,int str_len) ; 
     10  void fxios_oasis_enddef(void) ; 
    1011  void fxios_oasis_finalize(void) ; 
    1112  void fxios_oasis_get_localcomm(MPI_Fint* f_comm) ; 
     
    1718{ 
    1819  void oasis_init(const std::string& server_id) ; 
     20  void oasis_enddef(void) ; 
    1921  void oasis_finalize(void) ; 
    2022  void oasis_get_localcomm(MPI_Comm& comm) ; 
Note: See TracChangeset for help on using the changeset viewer.