mpiObjectMapBitSET
Declaration
#define mpiObjectMapBitSET(objectMap,bit,value) \ (((value) == 0) \ ? ((objectMap) &= ~(0x1 << (bit))) \ : ((objectMap) |= (0x1 << (bit))))
Description
mpiObjectMapBitSET sets object map's specified bit number to the specified value.
See Also
mpiObjectMapBitGET