Ignore:
Timestamp:
01/20/14 15:01:03 (10 years ago)
Author:
ymipsl
Message:

New function available form fortran interface : LOGICAL xios_context_is_initialized("context_id")
Return .true. if the context "context_id" has been initialized before.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r459 r461  
    260260   }  
    261261 
     262   bool CContext::isInitialized(void) 
     263   { 
     264     return hasClient ; 
     265   } 
     266     
    262267   void CContext::initServer(MPI_Comm intraComm,MPI_Comm interComm) 
    263268   { 
Note: See TracChangeset for help on using the changeset viewer.