Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:59:31

0001 /*
0002 # <<BEGIN-copyright>>
0003 # <<END-copyright>>
0004 */
0005 
0006 #ifndef PoPs_Bcast_private_h_included
0007 #define PoPs_Bcast_private_h_included
0008 
0009 #if defined __cplusplus
0010     extern "C" {
0011     namespace GIDI {
0012 #endif
0013 
0014 
0015 int PoPs_Bcast2( statusMessageReporting *smr, MPI_Comm comm, int bossRank, unitsDB *unitsRoot, PoPs *popsRoot );
0016 
0017 #if defined __cplusplus
0018     }
0019     }
0020 #endif
0021 
0022 #endif          /* End of PoPs_Bcast_private_h_included. */