Warning, /include/Geant4/tools/wroot/mpi_protocol is written in an unsupported language. File is not indexed.
0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003
0004 #ifndef tools_wroot_mpi_protocol
0005 #define tools_wroot_mpi_protocol
0006
0007 #include "../typedefs"
0008
0009 namespace tools {
0010 namespace wroot {
0011
0012 inline uint32 mpi_protocol_basket() {return 1;}
0013 inline uint32 mpi_protocol_baskets() {return 2;}
0014 inline uint32 mpi_protocol_end_fill() {return 3;}
0015
0016 }}
0017
0018 #endif