MPICommandAddress
Definition
typedef union { long *l; double *d; } MPICommandAddress;
Description
MPICommandAddress defines a generic pointer that can specify either a long or a double pointer.
*l |
is used to access the long pointer of MPICommandAddress. |
---|---|
*d |
is used to access the double pointer of MPICommandAddress. |