Ignore:
Timestamp:
06/08/22 10:11:52 (2 years ago)
Author:
jderouillat
Message:

Suffix intraComm and interComm members of CClient and CServer with _ (some occurrences of these varaiables exist locally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/client.hpp

    r2274 r2332  
    1919        static void callOasisEnddef(void) ;  
    2020         
    21         static MPI_Comm intraComm; 
    22         static MPI_Comm interComm; 
     21        static MPI_Comm intraComm_; 
     22        static MPI_Comm interComm_; 
    2323        static std::list<MPI_Comm> contextInterComms; 
    2424        static int serverLeader; 
Note: See TracChangeset for help on using the changeset viewer.